From 2edf42327cb40d3768ac3dcc9b1beaa3ee5bd36c Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 1 Nov 2023 11:43:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=85=B6=E4=BB=96=E6=8A=A5?= =?UTF-8?q?=E5=A4=87=E4=B9=9F=E9=9C=80=E8=BF=9B=E5=85=A5=E5=BE=85=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/reporting.vue | 3 ++- src/views/index/reportingList.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/index/reporting.vue b/src/views/index/reporting.vue index 27abaddd..7fc8a5e5 100644 --- a/src/views/index/reporting.vue +++ b/src/views/index/reporting.vue @@ -77,10 +77,11 @@ export default { queryType: Number(this.queryType), userOrderId: this.userOrderId, orderCode: this.orderCode, - reportingConfirm: this.radio == '其他报备' ? 0 : 1, + reportingConfirm: 1, reportingItem: this.radio ? this.radio : "", reportingDesc: this.decscripTxt ? this.decscripTxt : "" }) + // reportingConfirm: this.radio == '其他报备' ? 0 : 1, this.$toast(result.msg) setTimeout(() => { let data = {"action": "goBack", "params": ""} diff --git a/src/views/index/reportingList.vue b/src/views/index/reportingList.vue index 82b3ca8c..77f6fb95 100644 --- a/src/views/index/reportingList.vue +++ b/src/views/index/reportingList.vue @@ -35,7 +35,7 @@ export default { methods: { async getReportingList(){ let res = await orderReportingList({ - queryType: Number(this.queryType), + queryType:Number(this.queryType), userOrderId:this.userOrderId, orderCode: this.orderCode, taskOrderId:this.taskOrderId