bding 1 рік тому
батько
коміт
8ee653133f
1 змінених файлів з 1 додано та 1 видалено
  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);
         }