diff --git a/pages/contractFeeList/contractFeeList.vue b/pages/contractFeeList/contractFeeList.vue
index 30ccb5a..b35b276 100644
--- a/pages/contractFeeList/contractFeeList.vue
+++ b/pages/contractFeeList/contractFeeList.vue
@@ -5,18 +5,18 @@
- {{item.contractCode}}
+ {{item.contractName}}
- {{item.contractCode}}
+ {{item.contractName}}
- {{contracts[0].contractCode}}
+ {{contracts[0].contractName}}
-
+
diff --git a/pages/questionAnswerDetail/questionAnswerDetail.vue b/pages/questionAnswerDetail/questionAnswerDetail.vue
index 9346a15..b16071b 100644
--- a/pages/questionAnswerDetail/questionAnswerDetail.vue
+++ b/pages/questionAnswerDetail/questionAnswerDetail.vue
@@ -69,7 +69,8 @@
objType: this.objType,
qaId: this.qaId,
page: 1,
- row: 100
+ row: 100,
+ objId:''
})
.then(_data => {
_data.data.forEach(item => {