Sfoglia il codice sorgente

盟员入会审核状态修改

lisy 5 mesi fa
parent
commit
030aa80e4c
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      src/views/dgtmedicine/check/index.vue

+ 0 - 4
src/views/dgtmedicine/check/index.vue

@@ -133,10 +133,6 @@ const data = reactive<any>({
     },
     rules: {}
 });
-// 检查是否有审批记录匹配当前角色
-const hasApprovalForRole = (roleValue) => {
-    return memberList.value.approvalLogList?.some(log => log.roleCode === roleValue)
-}
 const { queryParams } = toRefs(data);
 /** 查询会员信息列表 */
 const getList = async () => {