zenglf
2023-09-19 3457909638c660c0cfcb521b6104ab64c679b914
src/views/eam/modules/equipmentCategory/EquipmentCategoryModel.vue
@@ -90,6 +90,8 @@
              />
            </a-form-item>
          </a-col>
        </a-row>
          <a-row :gutter="24">
          <a-col :span="12">
            <a-form-item
              :labelCol="labelCol"
@@ -122,6 +124,8 @@
              />
            </a-form-item>
          </a-col>
        </a-row>
          <a-row :gutter="24">
          <a-col :span="12">
            <a-form-item
              :labelCol="labelCol"
@@ -393,6 +397,7 @@
    close() {
      this.$emit('close');
      this.visible = false;
      this.onClearSelected();
    },
    onSelectChange(selectedRowKeys, selectionRows) {
        this.selectedRowKeys = selectedRowKeys;
@@ -458,6 +463,7 @@
            that.confirmLoading = false;
            that.$bus.$emit('loadData')
            that.close();
            that.onClearSelected();
          })
        }
      })