mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
feat:修改面授课封面图编辑
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user