|
|
|
@ -114,7 +114,9 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getList() {
|
|
|
|
|
|
|
|
|
|
if(!(this.filterQuery.unitId==null || this.filterQuery.name==null || this.filterQuery.thirdSys==null)){
|
|
|
|
|
this.filterQuery.page=1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (this.filterQuery.thirdSys == null) {
|
|
|
|
|
this.$message.warning("请先选择第三方系统!")
|
|
|
|
|