wupengfei
1 天以前 5cc0cbeb28fa80bb734f007248eca2a4c69172c4
src/views/EnterpriseManage/EnterpriseManageList.vue
@@ -132,6 +132,7 @@
  handleEdit({
    id: row.id,
    enterpriseConfigureType: EnterpriseConfigureType.Bank,
    type: row.type,
  });
}
@@ -140,6 +141,7 @@
  defaultFormParams: {
    id: '',
    enterpriseConfigureType: EnterpriseConfigureType.Bank,
    type: '' as any as EnumEnterpriseType,
  },
});