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