瀏覽代碼

去除刷新

liwei19941102 9 月之前
父節點
當前提交
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();
   });
 };