2023-11-27-dist
This commit is contained in:
@@ -194,23 +194,24 @@ export default defineComponent({
|
||||
if(this.driver__.driver){
|
||||
driverObj__.moveNext()
|
||||
}
|
||||
// let elList = document.querySelectorAll('.img_block_item_sketch img')
|
||||
// Https.axiosPost(Https.httpUrls.sketchBoardsBoundingBox, data)
|
||||
// .then((rv: any) => {
|
||||
// elList.forEach((item:any)=>{
|
||||
// item.src = item.src
|
||||
// })
|
||||
// this.store.commit('clearAllId')
|
||||
// GO.id = 0
|
||||
// this.showCollectionModal =false
|
||||
// this.collectionStep = 1
|
||||
// this.$emit('finishCollection')
|
||||
// if(this.driver__.driver){
|
||||
// driverObj__.moveNext()
|
||||
// }
|
||||
// })
|
||||
// .catch((res) => {
|
||||
// });
|
||||
let elList = document.querySelectorAll('.img_block_item_sketch img')
|
||||
Https.axiosPost(Https.httpUrls.sketchBoardsBoundingBox, data)
|
||||
.then((rv: any) => {
|
||||
elList.forEach((item:any)=>{
|
||||
item.src = item.src
|
||||
})
|
||||
this.isShowMark = false
|
||||
this.store.commit('clearAllId')
|
||||
GO.id = 0
|
||||
this.showCollectionModal =false
|
||||
this.collectionStep = 1
|
||||
this.$emit('finishCollection')
|
||||
if(this.driver__.driver){
|
||||
driverObj__.moveNext()
|
||||
}
|
||||
})
|
||||
.catch((res) => {
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user