liwei19941102 пре 10 месеци
родитељ
комит
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) => {
     ElMessage.success("成功!");
-    window.location.reload();
+    //window.location.reload();
   });
 };