mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-20 09:38:35 +08:00
Update index.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { setItem, getItem } from '@/utils/storage';
|
|
||||||
|
|
||||||
|
import { getStorageItem } from '@/utils/storage';
|
||||||
// 字典
|
// 字典
|
||||||
export function basecode(value, dicName) {
|
export function basecode(value, dicName) {
|
||||||
if (value === undefined || value === null) {
|
if (value === undefined || value === null) {
|
||||||
@@ -9,7 +9,7 @@ export function basecode(value, dicName) {
|
|||||||
return value
|
return value
|
||||||
}
|
}
|
||||||
|
|
||||||
var basecode = JSON.parse(localStorage.getItem('queryForCodeSelect'))
|
var basecode = getStorageItem('queryForCodeSelect')
|
||||||
var dictList = basecode[dicName]
|
var dictList = basecode[dicName]
|
||||||
var dictLabel = value
|
var dictLabel = value
|
||||||
for (var i = 0; i < dictList.length; i++) {
|
for (var i = 0; i < dictList.length; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user