Compare commits
No commits in common. "113ba7f7d37b70da5eb37e78ddffc1e91c065f80" and "282b446c22ea8e42f68248ebd98d5fc99d4e655d" have entirely different histories.
113ba7f7d3
...
282b446c22
2813
package-lock.json
generated
2813
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user