This commit is contained in:
yuanteng 2025-02-27 13:40:50 +08:00
parent aa098ee9bb
commit 56a9b72ede
2 changed files with 711 additions and 2080 deletions

2609
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -602,9 +602,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();