diff --git a/src/views/mes/orderDay/index.vue b/src/views/mes/orderDay/index.vue index 6c4e7e617..80205ed2d 100644 --- a/src/views/mes/orderDay/index.vue +++ b/src/views/mes/orderDay/index.vue @@ -197,7 +197,7 @@ const buttonBaseClick = (val, item) => { } } const publishClosed=()=>{ - console.log('orderday-publishClosed-200') + //console.log('orderday-publishClosed-200') nextTick(() => { getList() }) @@ -328,8 +328,8 @@ const handleExport = async () => { exportLoading.value = false } } -const stopPlan = async (id) => { - await OrderDayApi.stopPlan(id) +const stopPlan = (id) => { + OrderDayApi.stopPlan(id) //getList() } /** 导入 */