zs 1 year ago
parent
commit
050f137796
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pagesMy/collectionExamin/index.vue

+ 2 - 2
pagesMy/collectionExamin/index.vue

@@ -138,10 +138,10 @@
 					limit: that.limit,
 				};
 				if (user.role == 'kj') {
-					info.s_accounting = user._id;
+					info.c_accounting = user._id;
 					info.status = '6'
 				} else {
-					info.s_leader = user._id;
+					info.c_leader = user._id;
 					info.status = '7'
 				}
 				let res;