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

This commit is contained in:
yuping
2023-02-21 03:02:51 +08:00
14 changed files with 93 additions and 63 deletions

View File

@@ -1522,8 +1522,8 @@ export default {
state.editPathId = id;
let arr = imgData.value;
arr.forEach((item) => {
if (item.dictValue === state.pathBg) {
state.pathBgId = item.dictCode;
if (item.value === state.pathBg) {
state.pathBgId = item.code;
}
});