jiangping
2024-01-30 4d2251a4054b3d799a9ee8d0c04da82cbd6f34a2
company/src/components/business/dispatchReview.vue
@@ -10,7 +10,7 @@
        <div class="form_item">
          <div class="form_item_label"><span>*</span>审核说明:</div>
          <div class="form_item_val">
            <el-input type="textarea" v-model="form.checkInfo" :rows="2" placeholder="请输入"></el-input>
            <el-input type="textarea" v-model="checkInfo" :rows="2" placeholder="请输入"></el-input>
          </div>
        </div>
      </div>
@@ -67,8 +67,8 @@
        data () {
            return {
                // 表单数据
              checkInfo:'',
                form: {
                  checkInfo:'',
                  duSolutionList:[]
                },
              duSolutionList:[],
@@ -90,7 +90,8 @@
            this.title=title
            this.visible=true
            this.form ={}
            this.form = target;
            this.checkInfo=''
            this.form = target
            this.duSolutionList=[]
            var duSolutionList = this.form.duSolutionList;
            duSolutionList.forEach(item => {
@@ -115,7 +116,7 @@
            this.$dialog.messageConfirm('确认进行该操作吗?')
                .then(() => {
                  this.isWorking = true
                  checkWorktype({id:this.form.id,checkInfo:this.form.checkInfo,worktypeStatus:type})
                  checkWorktype({id:this.form.id,checkInfo:this.checkInfo,worktypeStatus:type})
                      .then(response => {
                        this.visible = false
                        this.$emit('success')