|
|
@ -408,6 +408,7 @@ import CRMTableHead from "../../components/CRMTableHead"; |
|
|
|
import importExcel from "@/components/ImportExcel-vw"; |
|
|
|
import moment from "moment"; |
|
|
|
import Detail from "./detail.vue"; |
|
|
|
import { downloadFile } from "@/utils/crmindex.js"; |
|
|
|
|
|
|
|
//组件计量单位 |
|
|
|
const bomUnit = [ |
|
|
@ -746,7 +747,7 @@ export default { |
|
|
|
this.$axios |
|
|
|
.posts("/api/newjit/unknown-assembly/export", this.listQuery) |
|
|
|
.then((res) => { |
|
|
|
let filename = res; |
|
|
|
let filename = res.item; |
|
|
|
this.$axios |
|
|
|
.BolbGets("/api/newjit/exclude-part-cfg/download/" + filename) |
|
|
|
.then((response) => { |
|
|
|