Merge branch 'ww'

prod
wangwei 2 years ago
commit f48539778a

@ -299,7 +299,7 @@ export default {
return;
}
if (this.$isBlank(this.inputQuery.thirdSys)) {
this.$message.error("所属系统不能为空!");
this.$message.error("所属系统不能为空!");
return;
}
let numRegExp = '^[0-9]*$';
@ -379,6 +379,7 @@ export default {
},
thirdSysChange() {
this.filterQuery.page = 1;
this.getList();
},

Loading…
Cancel
Save