This commit is contained in:
server
2025-06-20 09:05:44 +08:00
parent b11da17739
commit bfa9aba489
2 changed files with 2 additions and 4 deletions
@@ -285,6 +285,7 @@ layout("/layouts/platform.html"){
checkStrictly: true,
multiple: false,
value: "id",
label: "name",
lazyLoad: function (node, resolve) {
const url = base + "/platform/sys/unit/tree"
self.$axios.post(url, { pid: node.value }).then((res) => {