812f6af8 by lihua

fix

1 parent 70b67d71
......@@ -1332,9 +1332,11 @@ onBeforeMount(async () => {
proxy.$ElMessage.error(res.msg);
}
})
getProductDetail();
return;
}
if (detailType == 'detail') {
return; //详情不需要调用以下接口
}
await getTableData();
if (route.query.exchangeGuid) {
getTableInfo();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!