字典调整

This commit is contained in:
ChuShiZ 2024-09-23 21:14:55 +08:00
parent ad6f2127b4
commit 2706f346f1

View File

@ -155,7 +155,7 @@
import request from '../../utils/request'
import config from '@/config'
import upload from '@/utils/upload.js'
import {hasRole} from "@/utils/auth";
import {getTenantId, hasRole} from "@/utils/auth";
export default {
data() {
return {
@ -287,7 +287,7 @@
})
request({
url: '/rescue/dict/data/type/kcRescueRoad-180',
url: '/rescue/dict/data/type/kcRescueRoad-' + getTenantId(),
method: 'get'
}).then(res => {
this.roadOptions = res.data