| | |
| | | type: Array,
|
| | | default: () => ({}),
|
| | | },
|
| | | resetTable: Function
|
| | | },
|
| | | computed: {
|
| | | dialogVisible: {
|
| | |
| | | },
|
| | | ];
|
| | | }
|
| | | 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()
|
| | | }
|
| | | });
|
| | | },
|
| | |
| | | :type="type"
|
| | | :title="title"
|
| | | :secDTOList="secDTOList"
|
| | | :resetTable="resetTable"
|
| | | ></ShowImportData>
|
| | | </el-dialog>
|
| | | </template>
|
| | |
| | | type: String,
|
| | | default: "",
|
| | | },
|
| | | resetTable: Function
|
| | | },
|
| | | computed: {
|
| | | uploadHeaders() {
|
| | |
| | | </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"> |
| | |
| | | //本地服务接口地址 |
| | | // 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', |