MrShi
2024-11-04 b6fde711bf33cede4cb84f85146c32b0c0c61aa5
company/src/components/business/dispatchReviewCheck.vue
@@ -61,6 +61,10 @@
            this.form.id=target.id
          },
          doSubmit(type){
              if (!this.form.checkInfo) {
                this.$message.warning('请输入审核说明!')
                return
              }
            this.$dialog.messageConfirm('确认进行该操作吗?')
                .then(() => {
                  this.isWorking = true