master
Phoenix 6 months ago
parent afae532764
commit b3aeedd37c

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

Loading…
Cancel
Save