|
|
|
@ -411,6 +411,8 @@ export default {
|
|
|
|
|
this.query = {
|
|
|
|
|
name: "",
|
|
|
|
|
status: "",
|
|
|
|
|
page:1,
|
|
|
|
|
limit:20,
|
|
|
|
|
thirdSysFk: null
|
|
|
|
|
};
|
|
|
|
|
this.getList();
|
|
|
|
@ -419,6 +421,9 @@ export default {
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
getList() {
|
|
|
|
|
if(this.query.key!=null || this.query.advanceType!=null || this.query.thirdSysFk!=null){
|
|
|
|
|
this.query.page=1
|
|
|
|
|
}
|
|
|
|
|
this.loading = true;
|
|
|
|
|
if (this.query.thirdSysFk != null) {
|
|
|
|
|
this.getQueryThirdSysFk(this.query.thirdSysFk);
|
|
|
|
|