From a344f91f8e87423b6f349d2774eace90738bd577 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Tue, 20 Feb 2024 11:16:58 +0800 Subject: [PATCH] =?UTF-8?q?task#11020,ios=E6=9F=A5=E7=9C=8B=E7=85=A7?= =?UTF-8?q?=E7=89=87=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workOrder/accounting.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/workOrder/accounting.vue b/src/views/workOrder/accounting.vue index 181069ea..748c66c8 100644 --- a/src/views/workOrder/accounting.vue +++ b/src/views/workOrder/accounting.vue @@ -392,10 +392,10 @@ export default { let data = { "action": "orderPhoto", "params": { - "userOrderId": this.orderInfo.userOrderId, + "userOrderId":String( this.orderInfo.userOrderId), "orderCode": this.orderInfo.orderCode, - "taskOrderId": this.orderInfo.taskOrderId, - "isAllowImage":isAllowImage, + "taskOrderId": String(this.orderInfo.taskOrderId), + "isAllowImage":String(isAllowImage), } } var u = navigator.userAgent;