|
@@ -1936,7 +1936,7 @@ var projectObj = {
|
|
|
hintBox.valueBox(infoText, node.data[fieldID], function () {
|
|
hintBox.valueBox(infoText, node.data[fieldID], function () {
|
|
|
let newValue = hintBox.value;
|
|
let newValue = hintBox.value;
|
|
|
projectObj.updateNodeField(node,newValue,fieldID);
|
|
projectObj.updateNodeField(node,newValue,fieldID);
|
|
|
- });
|
|
|
|
|
|
|
+ },3);
|
|
|
},
|
|
},
|
|
|
ifItemCharHiden:function (setting) {//项目特征及内容列是否隐藏
|
|
ifItemCharHiden:function (setting) {//项目特征及内容列是否隐藏
|
|
|
if(this.itemCol == null||this.itemCol == undefined){
|
|
if(this.itemCol == null||this.itemCol == undefined){
|