浏览代码

台账前端

hsshuxian 11 月之前
父节点
当前提交
7cf1b1beee
共有 1 个文件被更改,包括 1 次插入1 次删除
  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