浏览代码

feat: 意见反馈修改

TIANYONG 7 月之前
父节点
当前提交
7fd6e3305d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/page-instrument/custom-plugins/helper-model/recommendation/index.tsx

+ 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(",")
 				});