修改bug

prod
wangwei 2 years ago
parent 0d82800864
commit 5f81c90843

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

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

Loading…
Cancel
Save