Commit 37367971 authored by 沈良进's avatar 沈良进

新增开团行程链接

parent 0f4c75ba
......@@ -77,6 +77,7 @@
</li>
<li>
<button class="hollowFixedBtn" @click="resetPageIndex(),getControlList()">{{$t('pub.searchBtn')}}</button>
<button class="hollowFixedBtn" @click="goToOpenTravel('TravelManager',0)">创建行程</button>
</li>
</ul>
</div>
......@@ -125,7 +126,7 @@
</div>
<div class="el-col">
<div class="d7">
<el-button @click="goToOpenTravel('TravelManager2',item.ID)" type="primary">
<el-button @click="goToOpenTravel('TravelManager',item.ID)" type="primary">
{{$t('Operation.Op_tripUpdate')}}</el-button>
<el-button @click="copyTravelInfo(item.ID)" type="primary">{{$t('Operation.Op_tripCopy')}}</el-button>
<el-button @click="goUrlR(item)" type="primary">
......@@ -326,19 +327,14 @@
goToOpenTravel(path, configId) {
if (configId > 0) {
this.$store.commit("pageConditionUpdate", this.queryMsg);
this.$router.push({
name: path,
query: {
configId: configId,
openState: 1,
blank: 'y',
tab: '团期配置'
}
this.OpenNewPage(path, {
configId: configId,
openState: 1,
blank: 'y',
tab: '团期配置'
});
} else {
this.$router.push({
name: path
});
this.OpenNewPage(path, {});
}
},
//行程复制
......
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