wangting
2023-07-27 acb7c4c272aa02c2ed24cde72db429defef9fb8f
Source/UBCS-WEB/src/components/BatchImport/index.vue
@@ -31,6 +31,7 @@
        left="30px"
      ></Divider>
      <FormTemplate
        v-loading="!showCodeApply"
        style="margin-top: 30px"
        type="add"
        :selfColumnType="selfColumnType"
@@ -78,6 +79,7 @@
      :type="type"
      :title="title"
      :secDTOList="secDTOList"
      :resetTable="resetTable"
    ></ShowImportData>
  </el-dialog>
</template>
@@ -115,6 +117,7 @@
      type: String,
      default: "",
    },
    resetTable: Function
  },
  computed: {
    uploadHeaders() {
@@ -173,7 +176,7 @@
      leftTree: [],
      redisOid: "",
      pageLoading: null,
      showCodeApply: false,
      showCodeApply: true,
      currentTypeObj: {
        historyImport: {
          title: "历史数据导入",