|
@@ -1373,6 +1373,7 @@ export default {
|
|
type: 'success'
|
|
type: 'success'
|
|
});
|
|
});
|
|
this.open = false
|
|
this.open = false
|
|
|
|
+ this.getList()
|
|
console.log('选中节点集合', this.currentCheckList)
|
|
console.log('选中节点集合', this.currentCheckList)
|
|
this.currentCheckList = []
|
|
this.currentCheckList = []
|
|
// this.$emit('closeToSucceed')
|
|
// this.$emit('closeToSucceed')
|
|
@@ -1386,13 +1387,13 @@ export default {
|
|
type: 'success'
|
|
type: 'success'
|
|
});
|
|
});
|
|
this.open = false
|
|
this.open = false
|
|
|
|
+ this.getList()
|
|
console.log('选中节点集合', this.currentCheckList)
|
|
console.log('选中节点集合', this.currentCheckList)
|
|
this.currentCheckList = []
|
|
this.currentCheckList = []
|
|
// this.$emit('closeToSucceed')
|
|
// this.$emit('closeToSucceed')
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|
|
-
|
|
|
|
return
|
|
return
|
|
getDictList({enginType: ['new_built', 'old_renovation']}).then(res => {
|
|
getDictList({enginType: ['new_built', 'old_renovation']}).then(res => {
|
|
this.nodeList = res.data
|
|
this.nodeList = res.data
|
|
@@ -1456,7 +1457,6 @@ export default {
|
|
updateEngineeringCivil(this.form).then(response => {
|
|
updateEngineeringCivil(this.form).then(response => {
|
|
this.$modal.msgSuccess("修改成功");
|
|
this.$modal.msgSuccess("修改成功");
|
|
this.open = false;
|
|
this.open = false;
|
|
-
|
|
|
|
this.getList();
|
|
this.getList();
|
|
}).finally(() => {
|
|
}).finally(() => {
|
|
this.buttonLoading = false;
|
|
this.buttonLoading = false;
|