c7b2b29a by lihua

fix

1 parent d0506124
...@@ -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();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!