Browse Source

修改弹框bug

bding 1 year ago
parent
commit
8ee653133f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/ItemComponent/activityItem.vue

+ 1 - 1
components/ItemComponent/activityItem.vue

@@ -274,7 +274,7 @@ export default {
         this.flag = true;
         this.selectShow = false;
         if (this.addItemData.IsResearchPoints) {
-          this.researchPointsHandler(id, type, item);
+          this.researchPointsHandler(id, type, this.addItemData);
         } else {
           this.myIsApplyHandler(id, type, valName);
         }