个性化管理功能完善
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -196,6 +196,8 @@ export default { | ... | @@ -196,6 +196,8 @@ export default { |
196 | getGxhList(this.queryData).then((res) => { | 196 | getGxhList(this.queryData).then((res) => { |
197 | this.tableData = res.result.records | 197 | this.tableData = res.result.records |
198 | this.total = res.result.total | 198 | this.total = res.result.total |
199 | // 查询后重置修改项 | ||
200 | this.hasChanged = []; | ||
199 | }) | 201 | }) |
200 | .catch((error) => {}); | 202 | .catch((error) => {}); |
201 | //调用查询接口 给tableData赋值 TODO | 203 | //调用查询接口 给tableData赋值 TODO | ... | ... |
-
Please register or sign in to post a comment