| | |
| | | <script> |
| | | import { |
| | | exportBlob |
| | | } from "@/api/common"; |
| | | } from "@/ssoapi/common"; |
| | | import { |
| | | getToken |
| | | } from '@/util/auth'; |
| | |
| | | res: 'data' |
| | | }, |
| | | tip: '请上传 .xls,.xlsx 标准格式文件', |
| | | action: "/api/blade-householdLabel/householdLabel/import-userHouseLabel" |
| | | action: "/ssoapi/blade-householdLabel/householdLabel/import-userHouseLabel" |
| | | }, |
| | | // { |
| | | // label: "数据覆盖", |
| | |
| | | }); |
| | | }, |
| | | handleTemplate() { |
| | | exportBlob(`/api/blade-householdLabel/householdLabel/export-userHouseLabel?${this.website.tokenHeader}=${getToken()}`).then(res => { |
| | | exportBlob(`/ssoapi/blade-householdLabel/householdLabel/export-userHouseLabel?${this.website.tokenHeader}=${getToken()}`).then(res => { |
| | | downloadXls(res.data, "标签住户数据模板.xlsx"); |
| | | }) |
| | | }, |