Преглед на файлове

Merge branch 'hw' of http://121.41.102.225:8099/Nidong/jiufang

Andy преди 3 години
родител
ревизия
bf5e3b8ea7
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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){