|
|
|
@ -358,9 +358,9 @@ export default {
|
|
|
|
|
process.env.VUE_APP_BASE_API +
|
|
|
|
|
"/admin-api//archives/accounting-report/upload", // 请求地址
|
|
|
|
|
headers: { Authorization: "Bearer " + getAccessToken() }, // 设置上传的请求头部
|
|
|
|
|
type0: 0,
|
|
|
|
|
type1: 1,
|
|
|
|
|
type2: 2,
|
|
|
|
|
type0: "资产负债表",
|
|
|
|
|
type1: "现金流量表",
|
|
|
|
|
type2: "利润表",
|
|
|
|
|
organizationList: [],
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|