EDIT_VIEW3-BASE.vue.ftl 734 字节
Newer Older
Mosher's avatar
Mosher committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<#ibizinclude>
./LAYOUTPANEL_VIEW.template.ftl
</#ibizinclude>

<#ibizinclude>
./VIEW_HEADER-BASE.vue.ftl
</#ibizinclude>

<#ibizinclude>
./VIEW_CONTENT-BASE.vue.ftl
</#ibizinclude>

    /**
     * 选中数据
     *
     * @type {*}
     * @memberof ${srfclassname('${view.name}')}Base
     */
19
    public drItem: any = { id: 'form' };
Mosher's avatar
Mosher committed
20 21 22 23 24 25 26

    /**
     * 处理分页项变化
     *
     * @memberof ${srfclassname('${view.name}')}Base
     */
    public handleDrTabChange() {
27 28 29
        if (this.engine) {
            this.engine.drTabSelectionChange({ id: 'form' });
        }
Mosher's avatar
Mosher committed
30 31 32 33 34 35 36 37
    }
    
<#ibizinclude>
./VIEW_BOTTOM-BASE.vue.ftl
</#ibizinclude>

<#ibizinclude>
./VIEW-BASE.style.ftl
38
</#ibizinclude>