Browse Source

fix:删除报名人时删除对应校验数据

Signed-off-by: tsz <2417024719@qq.com>
tsz 1 năm trước cách đây
mục cha
commit
2dce0f98eb

+ 1 - 0
src/web/templates/frontRouter/wx/bigmember/free/perfect_info_market.html

@@ -706,6 +706,7 @@
           success:function(res) {
             if(res && res.error_code === 0) {
               this.infoOtherList.splice(this.deleteInfoId.index, 1)
+              this.infoOtherCheckMap.splice(this.deleteInfoId.index, 1)
             }
             this.$toast(res.error_msg)
           }.bind(this)