This commit is contained in:
zhaofang
2022-09-02 14:10:02 +08:00
parent 319ccbd748
commit 8933e68105
2 changed files with 3 additions and 2 deletions

View File

@@ -88,9 +88,9 @@
keyword: '', keyword: '',
comTypes:[ comTypes:[
{id:'1',type:'video',name:'视频',img:'el-icon-video-camera',resType:10,maxSize:1024,maxSizeName:"1G",fileTypes:['mp4']}, {id:'1',type:'video',name:'视频',img:'el-icon-video-camera',resType:10,maxSize:1024,maxSizeName:"1G",fileTypes:['mp4']},
{id:'2',type:'sound',name:'音频',img:'el-icon-service',resType:20,maxSize:200,maxSizeName:"200M",fileTypes:['mp3']}, {id:'2',type:'sound',name:'音频',img:'el-icon-service',resType:20,maxSize:1024,maxSizeName:"1G",fileTypes:['mp3']},
{id:'3',type:'image',name:'图片',img:'el-icon-picture-outline',resType:30,maxSize:10,maxSizeName:"10M",fileTypes:["png","jpg","gif","bmp"]}, {id:'3',type:'image',name:'图片',img:'el-icon-picture-outline',resType:30,maxSize:10,maxSizeName:"10M",fileTypes:["png","jpg","gif","bmp"]},
{id:'4',type:'doc',name:'文档',img:'el-icon-document',resType:40,maxSize:500,maxSizeName:"500M",fileTypes:["doc", "xls", "ppt","docx", "xlsx", "pptx","txt","pdf"]} {id:'4',type:'doc',name:'文档',img:'el-icon-document',resType:40,maxSize:1024,maxSizeName:"1G",fileTypes:["doc", "xls", "ppt","docx", "xlsx", "pptx","txt","pdf"]}
], ],
curComType:{id:'',type:'',name:'',maxSizeName:'',fileTypes:[]}, curComType:{id:'',type:'',name:'',maxSizeName:'',fileTypes:[]},
findState:1, findState:1,

View File

@@ -818,6 +818,7 @@ export default {
pushResults(row){ pushResults(row){
this.pushData.dlgTitle='推送【'+row.testName+'】'; this.pushData.dlgTitle='推送【'+row.testName+'】';
this.pushData.row = row; this.pushData.row = row;
this.pushData.keyword = '';
this.pushData.pushResultsShow = true; this.pushData.pushResultsShow = true;
this.getUserGroup(); this.getUserGroup();
this.getFindPage(); this.getFindPage();