Commit e74b03ed authored by zhengke's avatar zhengke

修改

parent dd31750f
......@@ -64,7 +64,9 @@ export default {
};
},
mounted() {
this.msg.BillId = this.$route.query.BillId;
if(this.$route.query.BillId){
this.msg.BillId = this.$route.query.BillId;
}
this.getList();
},
filters: {
......@@ -74,7 +76,6 @@ export default {
getList() {
this.loading = true;
this.mallapipost('/api/ERPOrderCommission/GetRecommendOrdersBillDetailList', this.msg, res=>{
console.log(res,'res');
this.loading = false
if (res.data.resultCode === 1) {
this.dataList = res.data.data;
......
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