田源
2023-07-26 5a3dd615ebbc9919330ac375d4798a73f64fe89c
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: "历史数据导入",