9aa22db9 by lihua

fix

1 parent ec6f5c23
...@@ -1332,6 +1332,7 @@ onBeforeMount(async () => { ...@@ -1332,6 +1332,7 @@ onBeforeMount(async () => {
1332 proxy.$ElMessage.error(res.msg); 1332 proxy.$ElMessage.error(res.msg);
1333 } 1333 }
1334 }) 1334 })
1335 return;
1335 } 1336 }
1336 if (detailType == 'detail') { 1337 if (detailType == 'detail') {
1337 return; //详情不需要调用以下接口 1338 return; //详情不需要调用以下接口
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!