Browse Source

修改详情页面添加产品路由参数传递,页面展示,监听表单刷新事件

shaun-sheep 4 years ago
parent
commit
06ebfbf61a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/supplement/sagaSupplement.vue

+ 2 - 2
src/components/supplement/sagaSupplement.vue

@@ -193,9 +193,9 @@
         e.preventDefault();
         // 兼容IE8和Firefox之前的版本
         if (e) {
-          e.returnValue = '关闭aaa'
+          e.returnValue = '系统可能不会保存您所做的更改'
         }
-        return '关闭111'
+        return '系统可能不会保存您所做的更改'
       }
 
     },