From 148c327370fc3a55ced638ad02c0f82d304fbca3 Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Thu, 27 Feb 2025 13:49:32 +0800 Subject: [PATCH] Changes --- src/views/ServiceType/ProductCenter.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ServiceType/ProductCenter.vue b/src/views/ServiceType/ProductCenter.vue index 489b8da..90905f2 100644 --- a/src/views/ServiceType/ProductCenter.vue +++ b/src/views/ServiceType/ProductCenter.vue @@ -604,9 +604,9 @@ const addDate = ( obj : any ) => { //添加日期方法 goodId = obj.goodId } const submitDate = async ()=> { //提交日期方法 - // appointmentDateAddRequestList.value.forEach((item:any,index:number)=>{ - // Object.assign(item, {goodId:goodId}) - // }) + appointmentDateAddRequestList.value.forEach((item:any,index:number)=>{ + Object.assign(item, {goodId:goodId}) + }) const res = await myAxios.post("/appointmentDate/addBatch", appointmentDateAddRequestList.value) console.log(res) await getProductList();