master
chentaisen 2024-08-25 16:34:27 +08:00
parent b1118a3bc0
commit aa3e1cffab
1 changed files with 10 additions and 10 deletions

View File

@ -245,16 +245,16 @@ export default {
this.open = true; this.open = true;
this.title = "添加规则"; this.title = "添加规则";
}, },
/** 规则维护按钮操作 */ // /** */
handleMaintain(row) { // handleMaintain(row) {
this.reset(); // this.reset();
const id = row.id || this.ids // const id = row.id || this.ids
getRule(id).then(response => { // getRule(id).then(response => {
this.form = response.data; // this.form = response.data;
this.open = true; // this.open = true;
this.title = "规则维护"; // this.title = "";
}); // });
}, // },
/** 修改按钮操作 */ /** 修改按钮操作 */
handleUpdate(row) { handleUpdate(row) {
this.reset(); this.reset();