魏志佳 пре 4 година
родитељ
комит
c73f294ffb

+ 1 - 1
src/views/modules/workBench/operator/materialList.vue

@@ -786,7 +786,7 @@ export default {
             this.ipagination.current=pagination.current;
 
             this.ipagination.pageSize=pagination.pageSize;
-            this.tableHttp(this.$parent.materialStatus)
+            this.tableHttp(this.activeKey)
         },
        
         

+ 3 - 76
src/views/modules/workBench/orderList.vue

@@ -363,63 +363,7 @@
 
                         </a-table>
                     </div>
-                    <!-- <a-drawer
-                    title="素材详情"
-                    width="640"
-                    :placement="placement"
-                    :closable="false"
-                    :visible="visible"
-                    @close="onClose"
-                    >
-                        <div class="videoBody">
-                            <div class="videoBox">
-                                <video :src="currentMaterial.src" ></video>
-                            </div>
-                            
-                            <div class="imgBox">
-                                <img src="" alt="">
-                                <img src="" alt="">
-                            </div>
-                        </div>
-                        <div class="marterialInfo">
-                            <div class="info-item">
-                                <span>素材状态:</span>
-                                <p>未审核</p>
-                            </div>
-                            <div class="info-item">
-                                <span>生成水印:</span>
-                                <a-select :defaultValue="4" v-model="size" style="width:70%;">
-                                    <a-select-option :value="item.id" :key="item.id" v-for="item of sizeType">{{
-                                        item.name
-                                    }}</a-select-option>
-                                </a-select>
-                                
-                            </div>
-                            <div class="info-item">
-                                <span>视频标签:</span>
-                                <a-tag>Tag 1</a-tag>
-                                <a-tag>Tag 1</a-tag>
-                            </div>
-                            <div class="info-item info">
-                                <ul>
-                                    <li><span>视频时长:</span> 17秒 </li>
-                                    <li><span>视频尺寸:</span> 1080*1920 </li>
-                                    <li><span>视频大小:</span> 31.42M </li>
-                                    <li><span>策划:</span> 吴永前 </li>
-                                    <li><span>拍摄:</span> 吴永前 </li>
-                                    <li><span>剪辑:</span> 吴永前 </li>                                    
-                                </ul>
-                            </div>
-                            <div class="info-item">
-                                <span>广告语:</span>
-                                <p>14354534324454354水电费水电费方式手动</p>
-                            </div>
-                            <div class="bottom-btn">
-                                <a-button type='primary' @click="approved" style="margin-right:20px">通过审核</a-button>
-                                <a-button type='default' @click="reject">驳回</a-button>
-                            </div>
-                        </div>
-                    </a-drawer> -->
+                    
                 </div>
             </div>
         </div>
@@ -612,27 +556,10 @@ export default {
             this.ipagination.current=pagination.current;
 
             this.ipagination.pageSize=pagination.pageSize;
-            this.materialHttp()
-        },
-        // 请求素材
-        materialHttp(){
-            // this.loading=true;           
-            this.data=[];
-        },
-
-        
-
-        
-
-        // 素材通过审核
-        approved(){
-
+            this.tableHttp(this.activeKey)
         },
-        // 素材驳回
-        reject(){
 
-        },
-        
+       
         search(){
             this.tableHttp(this.activeKey)
         },