Parcourir la source

参数改为list

duy il y a 2 ans
Parent
commit
53e442c83d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/archives/components/meta-info.vue

+ 1 - 1
src/views/archives/components/meta-info.vue

@@ -128,7 +128,7 @@ const saveClick = async () => {
     isEdit.value=false
     saveloading.value = true
     const {error, code, msg} = await tuningApi.updateMetadata({
-        data:updateInfo.value
+        list:updateInfo.value
     })
     saveloading.value = false
     if (!error && code === 200) {