|
@@ -98,7 +98,7 @@
|
|
}"
|
|
}"
|
|
/>
|
|
/>
|
|
</a-modal>
|
|
</a-modal>
|
|
- <a-modal
|
|
|
|
|
|
+ <!-- <a-modal
|
|
v-model:visible="previewVisible"
|
|
v-model:visible="previewVisible"
|
|
width="40%"
|
|
width="40%"
|
|
height="200px"
|
|
height="200px"
|
|
@@ -119,7 +119,7 @@
|
|
:src="currentUrl"
|
|
:src="currentUrl"
|
|
controls
|
|
controls
|
|
></video>
|
|
></video>
|
|
- </a-modal>
|
|
|
|
|
|
+ </a-modal> -->
|
|
<preview-box
|
|
<preview-box
|
|
@close="previewVisible = false"
|
|
@close="previewVisible = false"
|
|
:type="type"
|
|
:type="type"
|
|
@@ -255,7 +255,10 @@ const CommonTable = defineComponent({
|
|
console.log("IDS", this.currentId, this.advertiser);
|
|
console.log("IDS", this.currentId, this.advertiser);
|
|
try {
|
|
try {
|
|
await pushMaterial({
|
|
await pushMaterial({
|
|
- material_id: this.currentId == 0 ? this.selectedRowKeys.join(',') : this.currentId,
|
|
|
|
|
|
+ material_id:
|
|
|
|
+ this.currentId == 0
|
|
|
|
+ ? this.selectedRowKeys.join(",")
|
|
|
|
+ : this.currentId,
|
|
advertiser_id: this.advertiser[1],
|
|
advertiser_id: this.advertiser[1],
|
|
});
|
|
});
|
|
this.pushVisible = false;
|
|
this.pushVisible = false;
|