修复绑定节点后绑定的值延迟显示在列表中
This commit is contained in:
@@ -731,6 +731,7 @@ export default {
|
|||||||
}, 10000);
|
}, 10000);
|
||||||
},
|
},
|
||||||
async devicePointBandingNode({ index, row }, done) {
|
async devicePointBandingNode({ index, row }, done) {
|
||||||
|
this.$delete(this.devicePointData[index], "@Binding")
|
||||||
this.$set(this.devicePointData[index], "@Binding", row.nodeCode)
|
this.$set(this.devicePointData[index], "@Binding", row.nodeCode)
|
||||||
done();
|
done();
|
||||||
},
|
},
|
||||||
@@ -757,6 +758,7 @@ export default {
|
|||||||
unset(item, "showCopyButton");
|
unset(item, "showCopyButton");
|
||||||
unset(item, "showRemoveButton");
|
unset(item, "showRemoveButton");
|
||||||
unset(item, "showSendButton");
|
unset(item, "showSendButton");
|
||||||
|
unset(item, "@Value");
|
||||||
item["@Binding"] = item["@Binding"] || ""
|
item["@Binding"] = item["@Binding"] || ""
|
||||||
});
|
});
|
||||||
deviceConfigureModelValue.RequestNode = devicePointData;
|
deviceConfigureModelValue.RequestNode = devicePointData;
|
||||||
|
|||||||
Reference in New Issue
Block a user