k94314517
2024-04-07 ba30d69277ff1b8f7bc3306143d9ba627b38cd6a
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