@@ -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