Compare commits
2 Commits
282b446c22
...
113ba7f7d3
Author | SHA1 | Date | |
---|---|---|---|
113ba7f7d3 | |||
56a9b72ede |
2785
package-lock.json
generated
2785
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
|
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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user