liuyg
2021-08-24 345d8cb53dbc07b83d237d3d3afd675ca75ab0d3
src/views/securityUnitChild/index.vue
@@ -132,7 +132,10 @@
      <!-- 许可证  -->
      <licence :row="obj0"></licence>
    </span>
    <span v-else-if="typeTABS.prop === 'tab9'" class="tab"> 社保记录 </span>
    <span v-else-if="typeTABS.prop === 'tab9'" class="tab">
      <!-- 社保记录  -->
      <social :deptid="obj0.departmentid"></social>
    </span>
    <el-dialog
      title="出资人导入"
      append-to-body
@@ -197,6 +200,7 @@
import gun from "../securityEquipment/gun.vue";
import licence from "./licence.vue";
import businessLicense from "./businessLicense.vue";
import social from "./social.vue";
export default {
  components: {
@@ -205,6 +209,7 @@
    gun: gun,
    licence: licence,
    businessLicense: businessLicense,
    social: social,
  },
  data() {
    var DIC = {