1d9cefb9 by lihua

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

1 parent d6a4cd14
...@@ -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 if (detailType == 'detail') { 1338 if (detailType == 'detail') {
1338 return; //详情不需要调用以下接口 1339 return; //详情不需要调用以下接口
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!