Browse Source

二维码编号修改

master
parent
commit
1a25eea05e
  1. 2
      src/views/eam/basic/location/index.vue

2
src/views/eam/basic/location/index.vue

@ -59,7 +59,7 @@
const tableColumns = ref(Location.allSchemas.tableColumns)
const importFormRef = ref()
const BASE_URL = import.meta.env.VITE_JMREPORT_BASE_URL
const src = ref(BASE_URL + '/jmreport/view/950537917716037632?token=' + getAccessToken())
const src = ref(BASE_URL + '/jmreport/view/948743576290918400?token=' + getAccessToken())
//
const searchTableSuccess = (formField, searchField, val, formRef, type, row) => {

Loading…
Cancel
Save