修改bug

zhairh^2
wangwei 3 years ago
parent 1f3a5a194e
commit 179c45c11b

@ -417,9 +417,6 @@ export default {
this.getList();
},
getList() {
if(this.query.key!=null){
this.query.page=1
}
this.loading = true;
this.erpIdColumn = false;
this.thirdIdColumn = false;
@ -630,6 +627,7 @@ export default {
handleCurrentChange(val) {
this.query.page = val;
this.getList();
this.query.page =''
},
getBasicThirdSys() {
let query = {

Loading…
Cancel
Save