master
chentaisen 2024-08-25 19:34:56 +08:00
parent ee662d3253
commit 86bec07609
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "修改规则";
}); });