1d2adae0 by 杨威

个性化管理功能完善

1 parent b0894a3d
......@@ -196,6 +196,8 @@ export default {
getGxhList(this.queryData).then((res) => {
this.tableData = res.result.records
this.total = res.result.total
// 查询后重置修改项
this.hasChanged = [];
})
.catch((error) => {});
//调用查询接口 给tableData赋值 TODO
......