新增树分割组件TreePanel

This commit is contained in:
RuoYi
2026-04-01 21:35:07 +08:00
parent 83cfba6fda
commit 7975bf5ee8
14 changed files with 839 additions and 149 deletions

View File

@@ -466,7 +466,7 @@ export default {
})
},
/** 提交按钮 */
submitForm: function() {
submitForm() {
this.$refs["form"].validate(valid => {
if (valid) {
if (this.form.menuId != undefined) {