Hua hace 3 días
padre
commit
78fb816001
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/Problem/detail/indexDc.vue

+ 1 - 1
src/views/Problem/detail/indexDc.vue

@@ -260,7 +260,7 @@ async function save(){
                 }
             })
             showSuccessToast('保存成功!');
-            // router1.go(-1)
+            router1.go(-1)
             fileList.value = []
         }
     });