jiangping
2024-06-28 c41f8c8a75c4475831e3c7e9cde7467d2fb39950
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