@@ -505,6 +505,7 @@
width="50%"
append-to-body
:close-on-click-modal="false"
+ @closed="saveNodeLoading = false"
>
<el-form
ref="nodeDetail"
@@ -1558,9 +1559,6 @@ export default {
type: "success",
message: "新增成功!"
});
- this.$nextTick(() => {
- this.saveNodeLoading = false;
- })
})
},
updateNode () {
@@ -504,6 +504,7 @@
@@ -1674,9 +1675,6 @@ export default {
- this.$nextTick(()=>{