From f6374ae8e9dac2a9c098e01ea841a3bb17a5505f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Tue, 30 Apr 2024 14:40:47 +0800 Subject: [PATCH] =?UTF-8?q?AGV=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MaterialRequisition/MaterialRequisition.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/materialManagement/MaterialRequisition/MaterialRequisition.vue b/pages/materialManagement/MaterialRequisition/MaterialRequisition.vue index 7b6c11e..5262b65 100644 --- a/pages/materialManagement/MaterialRequisition/MaterialRequisition.vue +++ b/pages/materialManagement/MaterialRequisition/MaterialRequisition.vue @@ -225,6 +225,7 @@ this.endOptions = _list; } }) + this.get_fab_go_points(); }, sectionChange(index) { this.current = index; @@ -266,7 +267,7 @@ //todo 确认起点 confirm_startpoint(point) { this.start_point = point; - this.get_fab_go_points(); + }, //todo获取车间点 get_fab_go_points() {