|
@@ -161,17 +161,16 @@ export default {
|
|
|
this.list[4].option = res.data.product;
|
|
|
this.list[5].option = res.data.url_number;
|
|
|
this.list[6].option = res.data.part;
|
|
|
- console.log(res.data.url_number)
|
|
|
})
|
|
|
},
|
|
|
getData(row){
|
|
|
this.loading = true;
|
|
|
this.axios('/api/orders_list_detail',{params:row}).then(res=>{
|
|
|
+ console.log(res)
|
|
|
this.loading = false;
|
|
|
this.tableData = res.data.data;
|
|
|
this.logList = res.data.detail
|
|
|
this.total = res.data.total||0;
|
|
|
- this.list[5].option = res.data.part_title;
|
|
|
})
|
|
|
},
|
|
|
changePage(e){
|