src/views/securityUnit/securityTraining.vue
@@ -272,8 +272,8 @@ }, }; }, created() { this.option0.column[4].value = 2; created() { this.option0.column[4].value = 1; this.option0.column[4].disabled = true; }, computed: { @@ -367,6 +367,7 @@ message: "提交成功", type: "success", }); this.refreshChange(); done(); this.forms = false; } else { @@ -439,7 +440,9 @@ }) .then(() => { // console.log(this.ids); return remove(this.ids, this.ids1); return remove(this.ids, this.ids1).then((res) => { this.refreshChange(); }); }) .then(() => { this.onLoad(this.page);