Commit e74b03ed authored by zhengke's avatar zhengke

修改

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