From 4d2251a4054b3d799a9ee8d0c04da82cbd6f34a2 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 30 一月 2024 15:05:11 +0800 Subject: [PATCH] 开发业务接口 --- company/src/components/business/dispatchReview.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/company/src/components/business/dispatchReview.vue b/company/src/components/business/dispatchReview.vue index 6a3dfad..207d2c7 100644 --- a/company/src/components/business/dispatchReview.vue +++ b/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') -- Gitblit v1.9.3