company/src/components/business/acceptance.vue
@@ -2,7 +2,7 @@ <GlobalWindow :title="title" width="500px" text="同意受理" text="提交" :visible.sync="visible" :confirm-working="isWorking" @confirm="confirm" @@ -78,7 +78,7 @@ }, changeStatus() { this.$nextTick(() => { this.$refs.form.clearValidate(); this.$refs.form.clearValidate() }) }, changeProblem(e) { @@ -97,7 +97,7 @@ acceptance(this.form) .then(() => { this.visible = false this.$tip.apiSuccess('受理成功') this.$tip.apiSuccess('操作成功') this.$emit('success') }) .catch(e => {