瀏覽代碼

功能:设备生产列表

chrislee 3 周之前
父節點
當前提交
e8b8e9248b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,