|
|
@ -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() |
|
|
|
} |
|
|
|
/** 导入 */ |
|
|
|