Commit 53a74aa9 authored by Administrator's avatar Administrator

update

parent 5327fd3f
...@@ -434,9 +434,11 @@ const onAdaptSceneRoles = async () => { ...@@ -434,9 +434,11 @@ 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) {
if (item.local_image_path == '') {
await onAdaptOneSceneRoles(item); await onAdaptOneSceneRoles(item);
} }
} }
}
try { try {
await processScenes(); await processScenes();
console.log(form.adapt_result_json); console.log(form.adapt_result_json);
......
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