Browse Source

参数改为list

duy 2 năm trước cách đây
mục cha
commit
53e442c83d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {