Commit a6564541 authored by 黄奎's avatar 黄奎

页面修改

parent 216abe87
......@@ -1559,9 +1559,7 @@
var qmsg = {
Id: this.Id
};
console.log("qmsg",qmsg);
this.apipost("travel_get_GetBaoJiaDanSwtService", qmsg, res => {
console.log("getData",res.data.data);
if (res.data.resultCode == 1) {
var jsonData = res.data.data;
......@@ -1673,7 +1671,6 @@
//保存数据
SaveData(type) {
this.apipost("travel_post_SetBaoJiaDanSwtService", this.postData, res => {
console.log("SaveData",res.data.data);
if (res.data.resultCode == 1) {
this.Id = res.data.data;
if (type == 0) {
......@@ -2511,7 +2508,6 @@
if (this.$route.query.Id) {
this.Id = this.$route.query.Id;
}
console.log("this.Id", this.Id);
this.GetBaoJiaFeeConfigList();
this.getBusTypeList();
this.getLineList();
......
......@@ -413,7 +413,6 @@
this.msg.loading = false;
if (res.data.resultCode == 1) {
this.dataList = res.data.data.pageData;
console.log("this",this.dataList);
this.msg.total = res.data.data.count;
}
},
......
......@@ -255,7 +255,6 @@
res => {
if (res.data.resultCode == 1) {
this.TypeList = res.data.data;
console.log("res", this.TypeList);
}
},
null
......
......@@ -478,9 +478,7 @@ export default {
Id:this.$route.query.Id
}
this.apipost("viitto_get_GetEntityService",msg,res => {
console.log(res,'来了');
if (res.data.resultCode == 1) {
//this.Success('保存成功');
let myData = res.data.data;
this.msg.CustomerName = myData.CustomerName;
if(myData.SignDate!=null){
......
......@@ -218,7 +218,6 @@
}
})
});
console.log("this.",this.DataList);
} else {
this.$message.error(res.data.message);
}
......
......@@ -265,7 +265,6 @@
if (res.data.resultCode == 1) {
this.total = res.data.data.count;
this.DataList = res.data.data.pageData;
console.log("this.datalist",this.DataList);
this.noData = !this.total > 0;
}
},
......
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