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;