Commit 99144a80 authored by zhengke's avatar zhengke

no message

parent 66d88584
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<el-button type="primary" <el-button type="primary"
size="small" :loading="datas.loading" size="small" :loading="datas.loading"
style="color: #ffff;" style="color: #ffff;"
@click="setTemplate(0)"> @click.stop="setTemplate(0)">
保存{{searchData.TemplateType!=2?'行程':'广告'}} 保存{{searchData.TemplateType!=2?'行程':'广告'}}
</el-button> </el-button>
</el-dropdown-item> </el-dropdown-item>
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<el-button type="primary" <el-button type="primary"
size="small" :loading="datas.loading" size="small" :loading="datas.loading"
style="color: #ffff;" style="color: #ffff;"
@click="setTemplate(1)"> @click.stop="setTemplate(1)">
另存{{searchData.TemplateType!=2?'行程':'广告'}} 另存{{searchData.TemplateType!=2?'行程':'广告'}}
</el-button> </el-button>
</el-dropdown-item> </el-dropdown-item>
...@@ -308,9 +308,10 @@ const SetSellTemplate = async (type) => { ...@@ -308,9 +308,10 @@ const SetSellTemplate = async (type) => {
message: '操作成功', message: '操作成功',
type: 'success', type: 'success',
}) })
setTimeout(()=>{ if(type==1) setTimeout(()=>{
SalesEditorStore.setSalesEditor(0) SalesEditorStore.setSalesEditor(0)
},100) },100)
}else{ }else{
ElMessage({ ElMessage({
showClose: true, showClose: true,
......
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