submit
This commit is contained in:
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…
Reference in New Issue
Block a user