mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
feat
This commit is contained in:
@@ -1654,7 +1654,9 @@ export default {
|
||||
console.log("获取字典成功", res);
|
||||
if (res.status === 200) {
|
||||
if (param === "pathmapPic") {
|
||||
state.imgData = res.data.data.rows;
|
||||
if (res.data.data.rows.length > 0) {
|
||||
state.imgData = [res.data.data.rows[0]];
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user