更新 src/views/hiddenDanger/rules/rulesManager.component.vue

feature1.3
guangyin 2025-08-26 16:45:00 +08:00
parent 807a4db947
commit edf16deb61
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ export default class RulesManagerComponent extends BaseRecordComponent<any> {
this.$message.success(this.currentId === -1 ? "新增成功!" : "编辑成功");
this.getTableData();
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) {
this.getNumber();
}