|
|
@ -417,9 +417,6 @@ 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;
|
|
|
@ -630,6 +627,7 @@ export default {
|
|
|
|
handleCurrentChange(val) {
|
|
|
|
handleCurrentChange(val) {
|
|
|
|
this.query.page = val;
|
|
|
|
this.query.page = val;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
this.query.page =''
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getBasicThirdSys() {
|
|
|
|
getBasicThirdSys() {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|