Browse Source

feat: 代码修改

Eureka 9 months ago
parent
commit
ace1310c55
2 changed files with 492 additions and 647 deletions
  1. 1 1
      src/views/demo/data/amplify.vue
  2. 491 646
      yarn.lock

+ 1 - 1
src/views/demo/data/amplify.vue

@@ -143,7 +143,7 @@ const handleSubmit = () => {
   const data = {
   const data = {
     batchNum,
     batchNum,
     taskName: model.taskName,
     taskName: model.taskName,
-    otherParams: JSON.stringify(parameList.value)
+    otherParams: parameList.value
   }
   }
   console.log('data', data)
   console.log('data', data)
   amplifyApi(data).then(res => {
   amplifyApi(data).then(res => {

File diff suppressed because it is too large
+ 491 - 646
yarn.lock


Some files were not shown because too many files changed in this diff