Преглед на файлове

feat: 意见反馈修改

TIANYONG преди 8 месеца
родител
ревизия
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(",")
 				});