From 4fd7568cc7c90392af694632c4187462d6277491 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 5 Dec 2022 11:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E6=8E=A7=E5=88=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- web_src/js/components/Model.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web_src/js/components/Model.vue b/web_src/js/components/Model.vue index 6ab927b1d..c291c5ffa 100644 --- a/web_src/js/components/Model.vue +++ b/web_src/js/components/Model.vue @@ -406,10 +406,9 @@ export default { } }, modifyModelStatus(id, name, rowKey,isPrivate) { - let row = { cName: name, id: id, rowKey: rowKey }; let data = {'id':id,'isPrivate':isPrivate,'repo':this.repo}; modifyModelStatus(data); - _this.loadrefresh(row); + this.getModelList(); }, deleteModel(id, name, rowKey) { let row = { cName: name, id: id, rowKey: rowKey };