Browse Source

feat: 意见反馈修改

TIANYONG 4 months ago
parent
commit
7fd6e3305d

+ 1 - 1
src/page-instrument/custom-plugins/helper-model/recommendation/index.tsx

@@ -51,7 +51,7 @@ export default defineComponent({
 				await sysSuggestionAdd({
 					content: recommenData.message,
 					type: 'SMART_PRACTICE',
-					suggestionType: recommenData.suggestId,
+					suggestionTypeId: recommenData.suggestId,
 					mobileNo: storeData.user?.phone,
 					url: attachmentUrlsArr.join(",")
 				});