Browse Source

台账前端

hsshuxian 11 tháng trước cách đây
mục cha
commit
7cf1b1beee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ems-ui/src/views/devmgr/el/index.vue

+ 1 - 1
ems-ui/src/views/devmgr/el/index.vue

@@ -354,7 +354,7 @@ export default {
           this.total = response.total
           this.AllCode = [];
           //循环输出
-          for (let i = 0; i <this.total ; i++) {
+          for (let i = 0; i <=this.total ; i++) {
             this.AllCode.push({ value:response.rows[i].facsCode, label: response.rows[i].facsCode}); // 添加到数组
           }
           this.loading = false