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

Update VIEW_CONTENT-BASE.vue.ftl

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