创库信息刚进页面不能显示数据修复

prod
1178634255 2 years ago
parent e0d3d5f199
commit ae5df67da3

@ -208,7 +208,7 @@ export default {
}; };
this.loadUserList(); this.loadUserList();
}, },
loadUserList() { // loadUserList() { ////
// if (val != null) { // if (val != null) {
// this.userQuery.page = val; // this.userQuery.page = val;
// } // }
@ -324,7 +324,7 @@ export default {
}, },
created() { created() {
this.userQuery.code = this.inputQuery.code; this.userQuery.code = this.inputQuery.code;
this.loadUserList(); //this.loadUserList();//
} }
} }

Loading…
Cancel
Save