Merge branch 'ww'

prod
wangwei 2 years ago
commit f48539778a

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

Loading…
Cancel
Save