唐耀东
2022-05-18 c01dff9a24f98f10f247d2f2e449383f567ec338
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(() => {