|
@@ -701,6 +701,7 @@ export default {
|
|
rId: function () {
|
|
rId: function () {
|
|
this.postIdss = ''
|
|
this.postIdss = ''
|
|
this.postId = ''
|
|
this.postId = ''
|
|
|
|
+ this.contractUserList = [];//从超级管理员,切到其他角色,不会清空列表
|
|
this.roleList.forEach(val => {
|
|
this.roleList.forEach(val => {
|
|
if (val.id === this.rId) {
|
|
if (val.id === this.rId) {
|
|
if (val.children) {
|
|
if (val.children) {
|