Compare commits

...

2 Commits

Author SHA1 Message Date
113ba7f7d3 Merge branch 'main' of http://154.8.193.216:3030/admin1/jiangchengfeiyi-Web 2025-02-27 13:40:52 +08:00
56a9b72ede 123 2025-02-27 13:40:50 +08:00
2 changed files with 711 additions and 2080 deletions

2785
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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();