Commit 9dd81e2b906923bcd00435034dd99843c81ed5f2
1 parent
a2379cf1
JeecgBoot 3.3.0 版本发布
Showing
1 changed file
with
1 additions
and
1 deletions
ant-design-vue-jeecg/src/views/system/modules/PermissionModal.vue
... | ... | @@ -236,7 +236,7 @@ |
236 | 236 | }, |
237 | 237 | add () { |
238 | 238 | //初始化默认值 |
239 | - this.edit({status:'1', permsType:'1', sortNo:1.0, route:true, menuType:0,component:'layouts/RouteView' }); | |
239 | + this.edit({status:'1', permsType:'1', sortNo:1.0, route:true, menuType:0 }); | |
240 | 240 | }, |
241 | 241 | edit (record) { |
242 | 242 | this.resetScreenSize(); // 调用此方法,根据屏幕宽度自适应调整抽屉的宽度 |
... | ... |