修改bug

zhairh
wangwei 3 years ago
parent 1b9f793f0e
commit 5406c968df

@ -2,19 +2,19 @@ window.global_config = {
// "BASE_URL":"http://127.0.0.1:9996", // "BASE_URL":"http://127.0.0.1:9996",
// "BASE_URL":"http://139.159.187.130/SPMS_SERVER/", // "BASE_URL":"http://139.159.187.130/SPMS_SERVER/",
"BASE_URL": "http://139.159.187.130:8980", // "BASE_URL": "http://139.159.187.130:8980",
/** //
"BASE_URL":"http://192.168.192.201/SPMS_SERVER", // "BASE_URL":"http://192.168.192.201/SPMS_SERVER",
"SERVER_IP": "http://192.168.192.201/SPMS_SERVER" // "SERVER_IP": "http://192.168.192.201/SPMS_SERVER"
"BASE_URL":"http://192.168.0.109:9996", "BASE_URL":"http://127.0.0.1:9906",
"SERVER_IP": "http://192.168.0.109:9996" "SERVER_IP": "http://127.0.0.1:9906"
*/
}; };

@ -417,6 +417,9 @@ export default {
this.getList(); this.getList();
}, },
getList() { getList() {
if(this.query.key!=null){
this.query.page=1
}
this.loading = true; this.loading = true;
this.erpIdColumn = false; this.erpIdColumn = false;
this.thirdIdColumn = false; this.thirdIdColumn = false;

Loading…
Cancel
Save