Browse Source

编辑修改

duy 3 tuần trước cách đây
mục cha
commit
a3637731c2
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      src/test/index.vue

+ 2 - 3
src/test/index.vue

@@ -306,9 +306,8 @@ const editClick = () => {
 const editLoading = ref(false)
 const editModalSave = async () => {
         editLoading.value = true
-    const { error, code } = await scanApi.updateScanFile({
-        list: tableEditData.value,
-    }, false)
+    const { error, code } = await scanApi.updateScanFile(
+         tableEditData.value)
     //判断状态
     editLoading.value = false
     if (!error && code === 200) {