company/src/components/business/dispatchReviewCheck.vue
@@ -52,12 +52,19 @@ }, methods: { open(title,target){ this.form.id = null this.form = { id: null, checkInfo: '' }, this.title=title this.visible=true this.form.id=target.id }, doSubmit(type){ if (!this.form.checkInfo) { this.$message.warning('请输入审核说明!') return } this.$dialog.messageConfirm('确认进行该操作吗?') .then(() => { this.isWorking = true