mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-16 19:21:54 +08:00
多模块重构 9:调整的请求 URL
This commit is contained in:
@@ -18,6 +18,10 @@ const mutations = {
|
||||
const actions = {
|
||||
loadDictDatas({ commit }) {
|
||||
listSimpleDictDatas().then(response => {
|
||||
// 如果未加载到数据,则直接返回
|
||||
if (!response.data) {
|
||||
return;
|
||||
}
|
||||
// 设置数据
|
||||
const dictDataMap = {}
|
||||
response.data.forEach(dictData => {
|
||||
|
Reference in New Issue
Block a user