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

Update VIEW_CONTENT-BASE.vue.ftl

上级 90f43296
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
* @memberof ${srfclassname('${view.name}')}Base * @memberof ${srfclassname('${view.name}')}Base
*/ */
public afterCreated(){ public afterCreated(){
let _this = this; let _this:any = this;
const secondtag = _this.$util.createUUID(); const secondtag = _this.$util.createUUID();
_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;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册