Przeglądaj źródła

fix:拓客经理生成二维码时校验角色是否有规则

zhanghui 2 lat temu
rodzic
commit
c274d8c915
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10 0
      pages/index/manager/manager.vue

+ 10 - 0
pages/index/manager/manager.vue

@@ -236,6 +236,16 @@
 
 			},
 			createQrCode(){
+
+				if (!this.roleBindRuleList || this.roleBindRuleList.length === 0){
+					uni.showToast({
+						icon: 'error',
+						duration: 3000,
+						title: '请先添加规则!'
+					});
+					return
+				}
+
 				let data = {
 					roleId:this.roleList[this.confirmRoleIndex].id,
 					parentId:this.userInfo.id