修改bug

prod
wangwei 2 years ago
parent 0d82800864
commit 5f81c90843

@ -358,7 +358,6 @@ export default {
this.getThirdSysDetail();
},
formSubmit() {
if (this.$isBlank(this.editQuery.corpType)) {
this.$message.error("往来单位类型不能为空!");
return;

@ -137,7 +137,7 @@ export default {
},
methods: {
handlepageChange(val) {
this.unitQuery.page = val;
this.unitQuery.page = val.page;
this.getList();
},
handleErppageChange(val) {

Loading…
Cancel
Save