mushencc 3 rokov pred
rodič
commit
1c8d807f65
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      src/views/MountOrder/details.vue

+ 1 - 2
src/views/MountOrder/details.vue

@@ -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){