@@ -1,6 +1,14 @@
// 平衡表
import * as sheetInterface from "@/api/modules/sheetApi.js";
export default {
+ computed: {
+ downExcelFileUrl() {
+ let url = `${
+ process.env.VUE_APP_API_ROOT
+ }/datamanage/excel_info/table/download?${localStorage.getItem("auth")}`;
+ return url;
+ },
methods: {
itemHandle(data, type) {
if (type === "edit") {