Browse Source

功能:设备生产列表

chrislee 3 tuần trước cách đây
mục cha
commit
e8b8e9248b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/modules/common/device-component-v2.vue

+ 1 - 0
src/views/modules/common/device-component-v2.vue

@@ -70,6 +70,7 @@ export default {
           if (this.current > data.data.pages) {
             return
           }
+          // console.log('data.data.records', data.data.records)
           data.data.records.forEach(item => {
             this.options.push({
               label: item.name,