fujunling
2023-07-26 9630f5f0c834496da20fca1e391dcdfef1021de1
关闭弹窗
已修改4个文件
14 ■■■■ 文件已修改
Source/UBCS-WEB/src/components/BatchImport/ShowImportData.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/BatchImport/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/vue.config.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/BatchImport/ShowImportData.vue
@@ -237,6 +237,7 @@
      type: Array,
      default: () => ({}),
    },
    resetTable: Function
  },
  computed: {
    dialogVisible: {
@@ -549,11 +550,13 @@
          },
        ];
      }
        this.submitLoading = true
      this.submitLoading = true
      submitHistoryimport(params).then((res) => {
        this.submitLoading = false
        if (res.data.code === 200) {
          this.$message.success(res.data.msg);
          this.$parent.dialogVisible = false
          this.resetTable()
        }
      });
    },
Source/UBCS-WEB/src/components/BatchImport/index.vue
@@ -79,6 +79,7 @@
      :type="type"
      :title="title"
      :secDTOList="secDTOList"
      :resetTable="resetTable"
    ></ShowImportData>
  </el-dialog>
</template>
@@ -116,6 +117,7 @@
      type: String,
      default: "",
    },
    resetTable: Function
  },
  computed: {
    uploadHeaders() {
Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
@@ -89,7 +89,7 @@
          </el-pagination>
        </div>
      </div>
        <BatchImport v-if="batchImportData.visible" v-bind="batchImportData" :visible.sync="batchImportData.visible">
        <BatchImport v-if="batchImportData.visible" v-bind="batchImportData" :visible.sync="batchImportData.visible" :resetTable="CrudRend">
        </BatchImport>
      </div>
      <div class="bottom">
Source/UBCS-WEB/vue.config.js
@@ -28,13 +28,8 @@
        //本地服务接口地址
        // target: 'http://localhost:37000',
        // target: 'http://192.168.1.51:37000',
<<<<<<< HEAD
        // target: 'http://192.168.1.46:37000',
        target: 'http://dev.vci-tech.com:37000',
=======
        target: 'http://192.168.1.46:37000',
        // target: 'http://dev.vci-tech.com:37000',
>>>>>>> edf6f5f6aedf7797861b088ad1058f75d2074ce1
        // target: 'http://192.168.1.51:37000/',
        // target: 'http://192.168.1.104:37000',
        // target: 'http://192.168.1.63:37000',