Showing
3 changed files
with
5 additions
and
5 deletions
@@ -195,7 +195,7 @@ | @@ -195,7 +195,7 @@ | ||
195 | this.options.unshift({ | 195 | this.options.unshift({ |
196 | id: 0, | 196 | id: 0, |
197 | reason: '请选择' | 197 | reason: '请选择' |
198 | - }) | 198 | + }); |
199 | } | 199 | } |
200 | } | 200 | } |
201 | }).fail(() => { | 201 | }).fail(() => { |
@@ -303,7 +303,7 @@ | @@ -303,7 +303,7 @@ | ||
303 | orderid: order.orderCode, | 303 | orderid: order.orderCode, |
304 | amount: order.amount, | 304 | amount: order.amount, |
305 | orderDesc: orderDesc.join(','), | 305 | orderDesc: orderDesc.join(','), |
306 | - type: "orderDetail" | 306 | + type: 'orderDetail' |
307 | }, () => { | 307 | }, () => { |
308 | this.reload(); | 308 | this.reload(); |
309 | yoho.store.set('orderReload', true); | 309 | yoho.store.set('orderReload', true); |
@@ -170,7 +170,7 @@ | @@ -170,7 +170,7 @@ | ||
170 | this.options.unshift({ | 170 | this.options.unshift({ |
171 | id: 0, | 171 | id: 0, |
172 | reason: '请选择' | 172 | reason: '请选择' |
173 | - }) | 173 | + }); |
174 | } | 174 | } |
175 | } | 175 | } |
176 | }).fail(() => { | 176 | }).fail(() => { |
@@ -280,7 +280,7 @@ | @@ -280,7 +280,7 @@ | ||
280 | orderid: order.orderCode, | 280 | orderid: order.orderCode, |
281 | amount: order.amount, | 281 | amount: order.amount, |
282 | orderDesc: orderDesc.join(','), | 282 | orderDesc: orderDesc.join(','), |
283 | - type: "orderList" | 283 | + type: 'orderList' |
284 | }, () => { | 284 | }, () => { |
285 | this.reload(); | 285 | this.reload(); |
286 | }); | 286 | }); |
-
Please register or login to post a comment