فهرست منبع

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

Signed-off-by: tsz <2417024719@qq.com>
tsz 1 سال پیش
والد
کامیت
2dce0f98eb
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/web/templates/frontRouter/wx/bigmember/free/perfect_info_market.html

+ 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)