Explorar el Código

2022年12月2日17:18:55

纪新园 hace 2 años
padre
commit
6a782ac436
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/views/boxManagement/boxRepair/detailsPage.vue

+ 0 - 1
src/views/boxManagement/boxRepair/detailsPage.vue

@@ -276,7 +276,6 @@ export default {
   },
   async created() {
     this.option = await this.getColumnData(this.getColumnName(242.1), this.optionBack);
-    this.optionTrack = await this.getColumnData(this.getColumnName(242.4), this.optionTrackBack);
     this.option.selectable = (row, index) => {
       return row.id;
     }