Commit e08ad4f9 authored by zhengke's avatar zhengke

2

parent 92cba70c
......@@ -511,22 +511,14 @@
defaultSelectValue: 0,
//航空公司下拉框
airlineList: [],
//日志详情
orderlogList: [],
//航班详情
tripDetails: [],
//订单详情
usedDetails: [],
//默认图片
defaultImg: 'this.src="' + require("../../assets/img/bg_z1@2x.png") + '"',
//线路列表
LineList: [],
total: 0,
isSubmit: true,
currentPage: 1,
loading: true,
noData: false,
countryList: "",
dataList: [],
pickerOptions1: {
......@@ -584,17 +576,6 @@
}
);
},
//提交创建、修改表单
submitForm(addMsg) {
let that = this;
that.$refs[addMsg].validate(valid => {
if (valid) {
that.saveAddData(addMsg);
} else {
return false;
}
});
},
//翻页功能按钮
handleCurrentChange(val) {
this.msg.pageIndex = 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