|
|
@@ -496,7 +496,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="abstractCentenr" style="padding: 0" v-if="active1 == '照片卷'">
|
|
|
- <iframe id="iframe-outside" frameborder="0"></iframe>
|
|
|
+ <iframe v-if="selectNum" id="iframe-outside" frameborder="0"></iframe>
|
|
|
<showpages
|
|
|
ref="showPagesRef"
|
|
|
:photos="photos"
|
|
|
@@ -571,7 +571,7 @@ const ImgsrcList = ref([]);
|
|
|
const active1 = ref("现场图");
|
|
|
const active = ref(true);
|
|
|
const urlindex = ref(-1);
|
|
|
-
|
|
|
+const selectNum = ref(null)
|
|
|
const canvas = ref(null);
|
|
|
const editor = ref(null);
|
|
|
|
|
|
@@ -1168,7 +1168,7 @@ function frameLoad(sdk) {
|
|
|
}
|
|
|
async function openAIdrawCase() {
|
|
|
const { num } = await tableModelScene({ numList: [] });
|
|
|
- selectNum = num;
|
|
|
+ selectNum.value = num;
|
|
|
handleAIdrawCasePhotos(num);
|
|
|
console.log("返回数据", num);
|
|
|
}
|