From 3ce3c8d2a145bf322aad8d65d9e04c0c256d897c Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 23 一月 2020 23:37:40 +0800
Subject: [PATCH] 优化在场车辆查询功能
---
WebService/src/main/resources/components/carInoutPackage/carIn-manage/carInManage.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebService/src/main/resources/components/carInoutPackage/carIn-manage/carInManage.js b/WebService/src/main/resources/components/carInoutPackage/carIn-manage/carInManage.js
index f5879eb..a114052 100644
--- a/WebService/src/main/resources/components/carInoutPackage/carIn-manage/carInManage.js
+++ b/WebService/src/main/resources/components/carInoutPackage/carIn-manage/carInManage.js
@@ -23,7 +23,7 @@
}
},
_initMethod: function() {
- vc.component._listCarInouts(DEFAULT_PAGE, DEFAULT_ROWS);
+ vc.component._listCarIns(DEFAULT_PAGE, DEFAULT_ROWS);
},
_initEvent: function() {
@@ -73,7 +73,7 @@
});
},
_queryCarInoutMethod: function() {
- vc.component._listCarInouts(DEFAULT_PAGE, DEFAULT_ROWS);
+ vc.component._listCarIns(DEFAULT_PAGE, DEFAULT_ROWS);
},
_moreCondition: function() {
--
Gitblit v1.8.0