master
Phoenix 6 months ago
parent afae532764
commit b3aeedd37c

@ -434,8 +434,8 @@ this.getData()
artworkName:'',
artistName:'',
artworkSquareSize:'',
warehouseID:'',
endAt:''
warehouseID: this.listPaintings[0].warehouseID,
endAt:this.listPaintings[0].endAt
})
this.$nextTick(()=>{
this.getheight()
@ -498,7 +498,6 @@ this.getData()
success: (res) => {
const { path } = JSON.parse(res.data).data;
resolve(path);
},
});
})

Loading…
Cancel
Save