Changes
parent
ee662d3253
commit
86bec07609
|
@ -260,7 +260,7 @@ export default {
|
||||||
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[0];
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改规则";
|
this.title = "修改规则";
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue