修改bug

zhairh
wangwei 3 years ago
parent 17809f9a37
commit 29847e8765

@ -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("请先选择第三方系统!")

Loading…
Cancel
Save