提交 48852ee1 编写于 作者: tony001's avatar tony001

Update VIEW_CONTENT-BASE.vue.ftl

上级 a86a1045
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
_this.$store.commit('viewaction/createdView', { viewtag: _this.viewtag, secondtag: secondtag }); _this.$store.commit('viewaction/createdView', { viewtag: _this.viewtag, secondtag: secondtag });
_this.viewtag = secondtag; _this.viewtag = secondtag;
_this.parseViewParam(); _this.parseViewParam();
_this.serviceStateEvent = _this.navDataService.serviceState.subscribe(({ action:any, data:any }) => { _this.serviceStateEvent = _this.navDataService.serviceState.subscribe(({ action, data }:{ action:string, data:any }) => {
if (Object.is(action, 'viewrefresh')) { if (Object.is(action, 'viewrefresh')) {
_this.$nextTick(()=>{ _this.$nextTick(()=>{
_this.parseViewParam(data); _this.parseViewParam(data);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册