Prechádzať zdrojové kódy

功能:设备生产列表

chrislee 3 týždňov pred
rodič
commit
e8b8e9248b

+ 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,