Przeglądaj źródła

优化撤回审核bug

wuxw 6 lat temu
rodzic
commit
8d7ab46862

+ 1 - 1
WebService/src/main/resources/components/communityPackage/audit-enter-community-manage/auditEnterCommunityManage.html

@@ -107,7 +107,7 @@
                                 <!--v-on:click="_openEnterAuditCommunityModal(community)"-->
                                 <div class="btn-group" v-if="community.auditStatusCd!='1000'">
                                     <button class="btn-white btn btn-xs"
-                                            v-on:click="_openRecallAuditFinishCommunityModal(community)
+                                            v-on:click="_openRecallAuditFinishCommunityModal(community)"
                                             >撤回审核
                                     </button>
                                 </div>