src/views/basics/building/index.vue
@@ -277,7 +277,7 @@ }, /** 删除按钮操作 */ handleDelete(row) { this.$modal.confirm('是否确认删除"' + row.detailedName + '"?').then(() => { this.$modal.confirm('是否确认删除?').then(() => { this.loading = true; return delBuilding(row.id); }).then(() => {