fix
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -1332,9 +1332,11 @@ onBeforeMount(async () => { | ... | @@ -1332,9 +1332,11 @@ onBeforeMount(async () => { |
| 1332 | proxy.$ElMessage.error(res.msg); | 1332 | proxy.$ElMessage.error(res.msg); |
| 1333 | } | 1333 | } |
| 1334 | }) | 1334 | }) |
| 1335 | getProductDetail(); | ||
| 1336 | return; | 1335 | return; |
| 1337 | } | 1336 | } |
| 1337 | if (detailType == 'detail') { | ||
| 1338 | return; //详情不需要调用以下接口 | ||
| 1339 | } | ||
| 1338 | await getTableData(); | 1340 | await getTableData(); |
| 1339 | if (route.query.exchangeGuid) { | 1341 | if (route.query.exchangeGuid) { |
| 1340 | getTableInfo(); | 1342 | getTableInfo(); | ... | ... |
-
Please register or sign in to post a comment