@ -227,7 +227,7 @@ const handleExport = async () => {
}
const BASE_URL = import.meta.env.VITE_BASE_URL
const BASE_URL = import.meta.env.VITE_JMREPORT_BASE_URL
const src = ref(BASE_URL + '/jmreport/view/894718245021065216?token=' + getAccessToken())
// 标签打印
const handlePoint = async (id) => {
const src = ref(BASE_URL + '/jmreport/view/894703223549108224?token=' + getAccessToken())
const handlePoint = async (row) => {
@ -392,7 +392,7 @@
} catch { }
const src = ref(BASE_URL + '/jmreport/view/897700407827668992?token=' + getAccessToken())
const genLabelId = ref();