houjie
2023-09-05 68b64b6ed253b57f58567da07f6fbceb6cb21672
src/views/eam/modules/equipmentCategory/EquipmentCategoryModel.vue
@@ -393,6 +393,7 @@
    close() {
      this.$emit('close');
      this.visible = false;
      this.onClearSelected();
    },
    onSelectChange(selectedRowKeys, selectionRows) {
        this.selectedRowKeys = selectedRowKeys;
@@ -458,6 +459,7 @@
            that.confirmLoading = false;
            that.$bus.$emit('loadData')
            that.close();
            that.onClearSelected();
          })
        }
      })