订单
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -322,7 +322,7 @@ const handleClick = (e) => { | ... | @@ -322,7 +322,7 @@ const handleClick = (e) => { |
| 322 | 322 | ||
| 323 | } | 323 | } |
| 324 | const gokp = (item) => { | 324 | const gokp = (item) => { |
| 325 | if (query.value.orderType) { | 325 | if (query.value.orderType == 6) { |
| 326 | router.push({ | 326 | router.push({ |
| 327 | name: 'ticketAddInvoice', | 327 | name: 'ticketAddInvoice', |
| 328 | query: { | 328 | query: { | ... | ... |
-
Please register or sign in to post a comment