瀏覽代碼

排序修改

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)