| | |
| | | ref="menu"
|
| | | node-key="id"
|
| | | :check-strictly="!form.menuCheckStrictly"
|
| | | empty-text="加载中,请稍后"
|
| | | empty-text="加载中,请稍候"
|
| | | :props="defaultProps"
|
| | | ></el-tree>
|
| | | </el-form-item>
|
| | |
| | | ref="dept"
|
| | | node-key="id"
|
| | | :check-strictly="!form.deptCheckStrictly"
|
| | | empty-text="加载中,请稍后"
|
| | | empty-text="加载中,请稍候"
|
| | | :props="defaultProps"
|
| | | ></el-tree>
|
| | | </el-form-item>
|
| | |
| | | this.exportLoading = true;
|
| | | return exportRole(queryParams);
|
| | | }).then(response => {
|
| | | this.download(response.msg);
|
| | | this.$download.name(response.msg);
|
| | | this.exportLoading = false;
|
| | | }).catch(() => {});
|
| | | }
|