Commit 53a74aa9 authored by Administrator's avatar Administrator

update

parent 5327fd3f
...@@ -434,7 +434,9 @@ const onAdaptSceneRoles = async () => { ...@@ -434,7 +434,9 @@ const onAdaptSceneRoles = async () => {
loading.value = true; loading.value = true;
async function processScenes() { async function processScenes() {
for (const item of form.adapt_result_json) { for (const item of form.adapt_result_json) {
await onAdaptOneSceneRoles(item); if (item.local_image_path == '') {
await onAdaptOneSceneRoles(item);
}
} }
} }
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment