|
@@ -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);
|
|
|
}
|