Browse Source

Merge remote-tracking branch 'origin/master_hella' into master_hella

master_hella_20240701
TengXF 5 months ago
parent
commit
685f0c4fd5
  1. 6
      src/views/mes/orderDay/index.vue

6
src/views/mes/orderDay/index.vue

@ -197,7 +197,7 @@ const buttonBaseClick = (val, item) => {
} }
} }
const publishClosed=()=>{ const publishClosed=()=>{
console.log('orderday-publishClosed-200') //console.log('orderday-publishClosed-200')
nextTick(() => { nextTick(() => {
getList() getList()
}) })
@ -328,8 +328,8 @@ const handleExport = async () => {
exportLoading.value = false exportLoading.value = false
} }
} }
const stopPlan = async (id) => { const stopPlan = (id) => {
await OrderDayApi.stopPlan(id) OrderDayApi.stopPlan(id)
//getList() //getList()
} }
/** 导入 */ /** 导入 */

Loading…
Cancel
Save