1
This commit is contained in:
parent
312294d471
commit
bd0958f56d
18
web/src/x.min.js
vendored
18
web/src/x.min.js
vendored
@ -13731,15 +13731,15 @@ var X = window.X || {
|
|||||||
|
|
||||||
//计算按钮
|
//计算按钮
|
||||||
$(document).off('click','.analysis-calculation').on('click','.analysis-calculation',function(){
|
$(document).off('click','.analysis-calculation').on('click','.analysis-calculation',function(){
|
||||||
// calculationdata();
|
calculationdata();
|
||||||
X.open({
|
// X.open({
|
||||||
type: 1,
|
// type: 1,
|
||||||
title: false,
|
// title: false,
|
||||||
closeBtn: 0,
|
// closeBtn: 0,
|
||||||
shadeClose: true,
|
// shadeClose: true,
|
||||||
skin: 'yourclass',
|
// skin: 'yourclass',
|
||||||
url: 'nodedetails'
|
// url: 'nodedetails'
|
||||||
})
|
// })
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user