MrShi
2024-02-23 e4be5ba9eea9fe8408f3a7048a315b3767b33f49
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