Changes
parent
ee662d3253
commit
86bec07609
|
@ -260,7 +260,7 @@ export default {
|
|||
this.reset();
|
||||
const id = row.id || this.ids
|
||||
getRule(id).then(response => {
|
||||
this.form = response.data;
|
||||
this.form = response.data[0];
|
||||
this.open = true;
|
||||
this.title = "修改规则";
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue