forked from xxhjsb/hbt-prevention-ui
更新 src/views/hiddenDanger/rules/rulesManager.component.vue
parent
807a4db947
commit
edf16deb61
|
@ -700,7 +700,7 @@ export default class RulesManagerComponent extends BaseRecordComponent<any> {
|
||||||
this.$message.success(this.currentId === -1 ? "新增成功!" : "编辑成功");
|
this.$message.success(this.currentId === -1 ? "新增成功!" : "编辑成功");
|
||||||
this.getTableData();
|
this.getTableData();
|
||||||
this.showUpdate = !!goOn;
|
this.showUpdate = !!goOn;
|
||||||
this.updateParams = { areas: [], depts: [], units: [], types: [], targets: [], number: null, tableItems: [] } as any;
|
// this.updateParams = { areas: [], depts: [], units: [], types: [], targets: [], number: null, tableItems: [] } as any;
|
||||||
if (!!goOn) {
|
if (!!goOn) {
|
||||||
this.getNumber();
|
this.getNumber();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue