소스 검색

排序修改

duy 2 달 전
부모
커밋
a43d396c04
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/views/archives/manage/tuning.vue

+ 1 - 4
src/views/archives/manage/tuning.vue

@@ -937,10 +937,7 @@ const upSortClick = (index) => {
 //保存
 const sortModalLoading = ref(false)
 const sortModalSave = async () => {
-   
-
-
-        sortModalLoading.value = true
+    sortModalLoading.value = true
     const { error, code } = await tuningApi.archiveFileBatchUpdate({
         list: sortTableData.value,
     }, false)