diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index 31d14745..c3bb8482 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -753,7 +753,6 @@ async function triggerChangeStatus( } currentNoAction.value = handleStatus(); - console.log(currentNoAction.value); }, cancel: () => {}, }); @@ -1457,8 +1456,6 @@ watch( watch([currentStatusList, productMode], () => { currentNoAction.value = handleStatus(); - - console.log(currentStatusList.value); }); @@ -1702,8 +1699,6 @@ watch([currentStatusList, productMode], () => { " @change-status=" async (v: (typeof treeProductTypeAndGroup)[number]) => { - console.log(currentStatusList); - if (v.type === 'type') { await triggerChangeStatus(v.id, v.status, v.type);