mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-06-20 05:29:21 +08:00
新增树分割组件TreePanel
This commit is contained in:
@@ -466,7 +466,7 @@ export default {
|
||||
})
|
||||
},
|
||||
/** 提交按钮 */
|
||||
submitForm: function() {
|
||||
submitForm() {
|
||||
this.$refs["form"].validate(valid => {
|
||||
if (valid) {
|
||||
if (this.form.menuId != undefined) {
|
||||
|
||||
Reference in New Issue
Block a user