Commit 956a2d7a authored by zhengke's avatar zhengke
parents f0d0197d 53350431
......@@ -271,7 +271,6 @@ export default {
}
}
// console.log("this.data",this.data)
this.formdata=Object.assign({},res.data.data);
if(this.formdata.Type==0){
this.formdata.Type=1;
......
......@@ -1308,7 +1308,6 @@
this.queryMsg.TCID = "";
}
if (res.data.resultCode == 1) {
console.log(res,'resssssssss');
this.queryCommonData.dataList = res.data.data.pageData;
this.queryMsg.total = res.data.data.count
this.queryMsg.noData = !this.queryMsg.total > 0
......
......@@ -443,7 +443,6 @@
//线路监听
LineList: {
handler: function (val, oldVal) {
console.log(this.PostConfig,'pppppppppp');
if (this.PostConfig.LineId == 0) {
this.PostConfig.LineId = this.LineList[0].LineID;
this.PostConfig.LineName=this.LineList[0].LineName;
......@@ -457,7 +456,6 @@
//深度监听,可监听到对象、数组的变化
handler: function (val, oldVal) {
this.$emit("headCallBack", this.PostConfig);
console.log(this.PostConfig,'postConfigggg');
},
deep: true
},
......
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