From 0325c288010152df58db5d4a386d2ec1732f3987 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Tue, 20 Feb 2024 11:53:46 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workOrder/accounting.vue b/src/views/workOrder/accounting.vue index 748c66c8..a685634f 100644 --- a/src/views/workOrder/accounting.vue +++ b/src/views/workOrder/accounting.vue @@ -395,7 +395,7 @@ export default { "userOrderId":String( this.orderInfo.userOrderId), "orderCode": this.orderInfo.orderCode, "taskOrderId": String(this.orderInfo.taskOrderId), - "isAllowImage":String(isAllowImage), + "isAllowImage":isAllowImage, } } var u = navigator.userAgent;