@@ -119,7 +119,7 @@
created(){
},
mounted(){
- this.getMenuList()
+ // this.getMenuList()
watch:{
subUserList:{
@@ -175,6 +175,12 @@
onSelect(action)
{
// console.log("onSelect",action,action.text);
+ if(!this.peoplesId)
+ {
+ this.$toast('请选择一个切换机构!');
+ return;
+ }
+
this.clickSwitchUser(this.peoplesId);
getSubUserUnDoTaskList()