diff options
| author | shizhendong <[email protected]> | 2019-11-08 11:30:35 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2019-11-08 11:30:35 +0800 |
| commit | 86817a7e2ea7deba82808e489def585d6851f260 (patch) | |
| tree | aa5b053e98888f35f90117d25078f6508f38f0c8 | |
| parent | 7f301b31d3ef4d83ed681cf0d94d921e36f7d663 (diff) | |
update
| -rw-r--r-- | nezha-admin/src/main/resources/templates/js/modules/node/nodeGroup.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nezha-admin/src/main/resources/templates/js/modules/node/nodeGroup.js b/nezha-admin/src/main/resources/templates/js/modules/node/nodeGroup.js index 1752e47e..12f4654b 100644 --- a/nezha-admin/src/main/resources/templates/js/modules/node/nodeGroup.js +++ b/nezha-admin/src/main/resources/templates/js/modules/node/nodeGroup.js @@ -416,6 +416,7 @@ var vue = new Vue({ if (vue.addUuids.length > 0 || vue.removeUuids.length > 0) { confirm("<@spring.message 'common.confirmUpdateNodeRel'/>",function() { vue.assignNode(); + vue.count++; }) } } @@ -436,7 +437,8 @@ var vue = new Vue({ success: function (r) { if (r.code === 200) { alert("<@spring.message 'common.success'/>", function (index) { - vm.query(); + // vm.query(); + vue.reload(); }); } else { alert(r.msg); |
