|
|
|
@ -251,9 +251,6 @@ import { Notification, MessageBox, Message, Loading } from "element-ui";
|
|
|
|
|
import MapCars from "@/views/components/MapCars.vue";
|
|
|
|
|
import cpbq from "@/views/components/AdvancedSearch/cpbq.vue";
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
export default {
|
|
|
|
|
components: { MapCars,cpbq },
|
|
|
|
|
data() {
|
|
|
|
@ -380,7 +377,7 @@ export default {
|
|
|
|
|
//备案编号
|
|
|
|
|
babm: this.form1.babm,
|
|
|
|
|
};
|
|
|
|
|
entrustedEnterexport(query1)
|
|
|
|
|
entrustedEnterexport(this.form1)
|
|
|
|
|
.then((res) => {
|
|
|
|
|
const blob = new Blob([res], { type: res.type });
|
|
|
|
|
// blob.text().then((res11) => console.log(res11));
|
|
|
|
@ -403,7 +400,6 @@ export default {
|
|
|
|
|
message: "导出失败",
|
|
|
|
|
});
|
|
|
|
|
this.loadA.close();
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
closeDC() {
|
|
|
|
|