liwei19941102 9 месяцев назад
Родитель
Сommit
700c8f8c7d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/yunying/sties/index.vue

+ 1 - 1
src/views/yunying/sties/index.vue

@@ -406,7 +406,7 @@ const savedata = () => {
   };
   };
   updateData(data).then((res) => {
   updateData(data).then((res) => {
     ElMessage.success("成功!");
     ElMessage.success("成功!");
-    window.location.reload();
+    //window.location.reload();
   });
   });
 };
 };