Commit e29aedbf authored by 黄奎's avatar 黄奎

1

parent 2103a4cd
......@@ -54,7 +54,7 @@
<li>
<span>
<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>
<el-option :value="1" :key="1" label="异常">
......@@ -297,11 +297,17 @@
},
created() {
this.getCompanyList();
this.GetLineList();
//this.GetLineList();
this.initAirlines();
this.getCondition();
if (this.$route.query) {
if (this.$route.query.AirticketId) {
this.msg.AirticketId = this.$route.query.AirticketId;
}
}
},
mounted() {
this.userInfo = this.getLocalStorage();
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