Compare commits

..

No commits in common. "113ba7f7d37b70da5eb37e78ddffc1e91c065f80" and "282b446c22ea8e42f68248ebd98d5fc99d4e655d" have entirely different histories.

2 changed files with 2094 additions and 725 deletions

2813
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 goodId = obj.goodId
} }
const submitDate = async ()=> { // const submitDate = async ()=> { //
// appointmentDateAddRequestList.value.forEach((item:any,index:number)=>{ appointmentDateAddRequestList.value.forEach((item:any,index:number)=>{
// Object.assign(item, {goodId:goodId}) Object.assign(item, {goodId:goodId})
// }) })
const res = await myAxios.post("/appointmentDate/addBatch", appointmentDateAddRequestList.value) const res = await myAxios.post("/appointmentDate/addBatch", appointmentDateAddRequestList.value)
console.log(res) console.log(res)
await getProductList(); await getProductList();