d0506124 by lihua

fix: 详情不需要调用流程发起接口

1 parent a3a7845b
...@@ -1333,6 +1333,7 @@ onBeforeMount(async () => { ...@@ -1333,6 +1333,7 @@ onBeforeMount(async () => {
1333 } 1333 }
1334 }) 1334 })
1335 getProductDetail(); 1335 getProductDetail();
1336 return;
1336 } 1337 }
1337 await getTableData(); 1338 await getTableData();
1338 if (route.query.exchangeGuid) { 1339 if (route.query.exchangeGuid) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!