1.所有搜索样式调整
2.统计分析调整 3.导出word格式调整
This commit is contained in:
@@ -119,7 +119,6 @@
|
||||
this.getDocList()
|
||||
},
|
||||
handlePriew(row){
|
||||
console.info("1111111==============")
|
||||
this.previewUrl = process.env.VUE_APP_TOOL_TECH_FILE_VIEW_API + '/onlinePreview?url=' + encodeURIComponent(Base64.encode(process.env.VUE_APP_BASE_API + row.docUrl));
|
||||
this.viewDialogTitle = '文档在线预览'
|
||||
this.viewDialogOpen = true;
|
||||
@@ -148,7 +147,6 @@
|
||||
toolId: this.toolDetail.toolId
|
||||
}
|
||||
addCount(formData).then(res => {
|
||||
console.info("res==========", res)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user