feat:修改面授课封面图编辑

This commit is contained in:
lixg
2023-02-24 20:50:53 +08:00
parent 11ceb615b7
commit 910ab8eb69
2 changed files with 155 additions and 67 deletions

View File

@@ -1024,6 +1024,13 @@ export default defineComponent({
console.log("arrObj-------------", arrObj);
state.orgSelect = arrObj;
}
const imgDict = optionsUrl.value.find(
(img) => img.value.split(",")[0] === item.picUrl
);
console.log("imgDict", imgDict);
if (imgDict) {
state.pathBgId = imgDict.id;
}
};
const handleTagChange = () => {