Merge branch 'dev'
This commit is contained in:
commit
a5c18b9a71
@ -280,7 +280,9 @@ const handleSubmit = (done) => {
|
||||
proxy.$refs.modalFormRef.validate(async (valid) => {
|
||||
if (!valid) {
|
||||
if(modalForm.menu_type==3){
|
||||
modalForm.menu_name=modalForm.menu_title
|
||||
modalForm.menu_name=modalForm.menu_title;
|
||||
modalForm.path='';
|
||||
modalForm.component='';
|
||||
};
|
||||
if (!modalForm.menu_id) {
|
||||
console.log("dasdasd",modalForm)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user