Explorar el Código

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

shaun-sheep hace 5 años
padre
commit
06ebfbf61a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 '系统可能不会保存您所做的更改'
       }
 
     },