Merge remote-tracking branch 'origin/zhoulingpo' into zhoulingpo

This commit is contained in:
bupengxiang
2023-05-06 15:53:09 +08:00
9 changed files with 92 additions and 11 deletions
+7
View File
@@ -59,4 +59,11 @@ export default {
params:data
})
},
// 获取字典值
getCode(data) {
return request({
url: '/api/sys/dictItem/'+data,
method: 'get',
})
}
}