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