From e83f71ab0d1fd2df4924d7269328ca90687f3c3b Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 10 Oct 2023 14:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=20=E5=90=88=E8=A7=84=E8=AE=A4=E8=AF=81=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E8=AE=BE=E5=AE=9A=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platformItemLibraryDetails/components/settingList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/settingList.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/settingList.vue index 29e86e54d..a86d844fa 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/settingList.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/settingList.vue @@ -171,7 +171,7 @@ this.settingQueryForm() }, settingQueryForm() { - getAction(this.url.settingQueryForm, { projectId: this.$route.query.id }).then((res) => { + getAction('platform/platformTaskPlanningEO/queryListUpdate', { projectId: this.$route.query.id }).then((res) => { if (res.success) { this.formInline.listUp = res.result.listUp ? res.result.listUp : [{}] this.formInline.listDown = res.result.listDown ? res.result.listDown : [{}]