Commit 629af32b authored by 罗超's avatar 罗超

Merge branch '1.2.0' of http://gitlab.oytour.com/viitto/pptist into 1.2.0

# Conflicts:
#	src/views/SellTemplate/components/journeyAdsList.vue
parents 2738c29b 4c4f25c1
......@@ -126,7 +126,7 @@ const sellHistoryTripTemplate = async (sellId:any,LogId:any) => {
if(!LogId){
queryMsg = {
Id: sellId,
Status: 1
Status: searchData.value.ViewSlideshow==1?1:0
}
dataRes = await ConfigService.sellGetTemplateDetails(queryMsg);
}else{
......
......@@ -271,7 +271,7 @@ import CopyFile from "./CopyFile.vue";
}
const viewTemplate = (row:any) => {
let param = query()
const url = `${location.origin}?uid=${param.uid}&sellId=${row.FileId}&ViewSlideshow=1`
const url = `${location.origin}?uid=${param.uid}&sellId=${row.FileId}&ViewSlideshow=2`
window.open(url);
}
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