Commit 4c4f25c1 authored by zhengke's avatar zhengke

列表查看 bug 修复

parent 8f618f86
...@@ -126,7 +126,7 @@ const sellHistoryTripTemplate = async (sellId:any,LogId:any) => { ...@@ -126,7 +126,7 @@ const sellHistoryTripTemplate = async (sellId:any,LogId:any) => {
if(!LogId){ if(!LogId){
queryMsg = { queryMsg = {
Id: sellId, Id: sellId,
Status: 1 Status: searchData.value.ViewSlideshow==1?1:0
} }
dataRes = await ConfigService.sellGetTemplateDetails(queryMsg); dataRes = await ConfigService.sellGetTemplateDetails(queryMsg);
}else{ }else{
......
...@@ -271,7 +271,7 @@ import CopyFile from "./CopyFile.vue"; ...@@ -271,7 +271,7 @@ import CopyFile from "./CopyFile.vue";
} }
const viewTemplate = (row:any) => { const viewTemplate = (row:any) => {
let param = query() let param = query()
const url = `${process.env.VUE_APP_SHARE_URL}/?uid=${param.uid}&sellId=${row.FileId}&ViewSlideshow=1` const url = `${process.env.VUE_APP_SHARE_URL}/?uid=${param.uid}&sellId=${row.FileId}&ViewSlideshow=2`
window.open(url); window.open(url);
} }
const handleSelectionChange = (val: []) =>{ const handleSelectionChange = (val: []) =>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment