|
@@ -608,22 +608,22 @@ export default {
|
|
|
if (this.$refs.menu != undefined) {
|
|
|
this.$refs.menu.setCheckedKeys([]);
|
|
|
}
|
|
|
- (this.menuExpand = false),
|
|
|
- (this.menuNodeAll = false),
|
|
|
- (this.deptExpand = true),
|
|
|
- (this.deptNodeAll = false),
|
|
|
- (this.form = {
|
|
|
- roleId: undefined,
|
|
|
- roleName: undefined,
|
|
|
- roleKey: undefined,
|
|
|
- roleSort: 0,
|
|
|
- status: "0",
|
|
|
- menuIds: [],
|
|
|
- deptIds: [],
|
|
|
- menuCheckStrictly: true,
|
|
|
- deptCheckStrictly: true,
|
|
|
- remark: undefined,
|
|
|
- });
|
|
|
+ this.menuExpand = false;
|
|
|
+ this.menuNodeAll = false;
|
|
|
+ this.deptExpand = true;
|
|
|
+ this.deptNodeAll = false;
|
|
|
+ this.form = {
|
|
|
+ roleId: undefined,
|
|
|
+ roleName: undefined,
|
|
|
+ roleKey: undefined,
|
|
|
+ roleSort: 0,
|
|
|
+ status: "0",
|
|
|
+ menuIds: [],
|
|
|
+ deptIds: [],
|
|
|
+ menuCheckStrictly: true,
|
|
|
+ deptCheckStrictly: true,
|
|
|
+ remark: undefined,
|
|
|
+ };
|
|
|
this.resetForm("form");
|
|
|
},
|
|
|
/** 搜索按钮操作 */
|