dev2 #1

Open
panjunjie wants to merge 174 commits from dev2 into main
Showing only changes of commit 9111a150f6 - Show all commits

View File

@ -1735,7 +1735,7 @@ export default {
// this.creatCircle(obj)
},
async delectRadiusItem(index, item) {
let res = await delectArea({ transport_id: item.transport_id })
let res = await delectArea({ transport_id: item.transport_id,store_id:this.store_id })
if (res && res.status == 200) {
this.$baseMessage('删除成功', 'success')
}