From 884c6e4fa59abb37ff768d0952e2627fe98e451c Mon Sep 17 00:00:00 2001 From: wangbing <1919101440@qq.com> Date: Wed, 25 Dec 2019 23:22:14 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 44782cebb3914de49609fc1cd70a9dbfcfd340c7 --- .../templates/screen/module/system/resource.ftl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/main/resources/modules/SpringBoot/resources/templates/screen/module/system/resource.ftl b/src/main/resources/modules/SpringBoot/resources/templates/screen/module/system/resource.ftl index c025cb3c..831a759e 100644 --- a/src/main/resources/modules/SpringBoot/resources/templates/screen/module/system/resource.ftl +++ b/src/main/resources/modules/SpringBoot/resources/templates/screen/module/system/resource.ftl @@ -44,14 +44,14 @@ - + - + 0) { + console.error(response.errors[0].message) + } else { + this.options = response.result; + } + }.bind(this)) + } }, mounted: function () { this.onFind(); + this.getTree(); }, })