Commit e29aedbf authored by 黄奎's avatar 黄奎

1

parent 2103a4cd
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<li> <li>
<span> <span>
<em>价格状态</em> <em>价格状态</em>
<el-select v-model="msg.PriceState" :placeholder="$t('system.ph_in')" > <el-select v-model="msg.PriceState" :placeholder="$t('system.ph_in')">
<el-option :value="0" :key="0" label="正常"> <el-option :value="0" :key="0" label="正常">
</el-option> </el-option>
<el-option :value="1" :key="1" label="异常"> <el-option :value="1" :key="1" label="异常">
...@@ -297,11 +297,17 @@ ...@@ -297,11 +297,17 @@
}, },
created() { created() {
this.getCompanyList(); this.getCompanyList();
this.GetLineList(); //this.GetLineList();
this.initAirlines(); this.initAirlines();
this.getCondition(); this.getCondition();
if (this.$route.query) {
if (this.$route.query.AirticketId) {
this.msg.AirticketId = this.$route.query.AirticketId;
}
}
}, },
mounted() { mounted() {
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
this.getDataList(); this.getDataList();
} }
......
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