|
@@ -196,6 +196,7 @@ import { socket } from "@/utils/websocket.js";
|
|
|
import { reactive, toRefs, ref } from "@vue/reactivity";
|
|
|
import { getCurrentInstance, onMounted, watch } from "@vue/runtime-core";
|
|
|
import { GetXzq } from "@/api/homeApi.js";
|
|
|
+import { getFileName } from "@/utils/index.js";
|
|
|
import { scmxlist, startczghcgsc } from "@/api/ghcgysc/cggl.js";
|
|
|
import { Getlist, ReportSubmit, Delete } from "@/api/ghcgysc/czghApi.js";
|
|
|
import XqDialog from "@/components/ghcgscygl/ghcgsb/xxgh/czgh/Qxyh/xqDialog.vue";
|
|
@@ -485,7 +486,8 @@ export default {
|
|
|
proxy.download(
|
|
|
"/apply/xzczghcgsb/downloadZip",
|
|
|
params,
|
|
|
- qxyh.tableData[index].fileName
|
|
|
+ getFileName(qxyh.tableData[index].filePath)
|
|
|
+ // qxyh.tableData[index].fileName
|
|
|
);
|
|
|
},
|
|
|
// 获取列表数据
|