调整挂单统计,修改删除区域报错
This commit is contained in:
@@ -582,6 +582,7 @@
|
||||
this.selectedType = 'region';
|
||||
this.selectedRegionId = region.uuid;
|
||||
this.currentSelectRegion = region;
|
||||
console.log(this.currentSelectRegion)
|
||||
this.currentSelectRoom = null;
|
||||
this.resetRoomForm();
|
||||
this.form = {
|
||||
@@ -664,7 +665,7 @@
|
||||
});
|
||||
},
|
||||
confirmDeleteRegion() {
|
||||
axios.post('/api/region/delete', { statuscode: this.form.statuscode })
|
||||
axios.post('/api/region/delete', { Uuid: this.form.uuid })
|
||||
.then(() => {
|
||||
this.showDeleteModal = false;
|
||||
this.$refs.messageModal.open({
|
||||
|
||||
Reference in New Issue
Block a user