提交 6a1d0fa4 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [后台服务,演示应用]

上级 061b0d3c
......@@ -91,11 +91,11 @@
</template>
<template #static_carousel1>
<span>轮播图参数:
SA.SRFDA.PS.Core.Control.PSRawItemParamProxy@67c0eb79,
SA.SRFDA.PS.Core.Control.PSRawItemParamProxy@2aa38a26,
SA.SRFDA.PS.Core.Control.PSRawItemParamProxy@56c2daa8,
SA.SRFDA.PS.Core.Control.PSRawItemParamProxy@12a17818,
SA.SRFDA.PS.Core.Control.PSRawItemParamProxy@26d37936,
SA.SRFDA.PS.Core.Control.PSRawItemParamProxy@73960566,
SA.SRFDA.PS.Core.Control.PSRawItemParamProxy@7e3ca6d2,
SA.SRFDA.PS.Core.Control.PSRawItemParamProxy@3fec65bd,
SA.SRFDA.PS.Core.Control.PSRawItemParamProxy@390b7c14,
SA.SRFDA.PS.Core.Control.PSRawItemParamProxy@20ff224e,
</span>
<app-rawitem-carousel
:data="[]"
......
......@@ -29,22 +29,8 @@
<app-preset-qrcode :layoutModelDetails="layoutModelDetails" :value="layoutData.field_qrcode" name="field_qrcode"/>
</template>
<template #button_link1>
<app-preset-button
name="button_link1"
:layoutModelDetails="layoutModelDetails"
:caption="layoutData."
:tooltip="layoutData."
@itemClick="handleItemClick">
</app-preset-button>
</template>
<template #button_openview1>
<app-preset-button
name="button_openview1"
:layoutModelDetails="layoutModelDetails"
:caption="layoutData."
:tooltip="layoutData."
@itemClick="handleItemClick">
</app-preset-button>
</template>
<template #button_calluilogic1>
<span>按钮</span>
......
......@@ -17,13 +17,6 @@
<app-login-button class="app-login-button" :model="layoutModelDetails.auth_loginbutton1" defaultStyle='primary' @itemClick="handleItemClick" />
</template>
<template #auth_registbutton1>
<app-preset-button
name="auth_registbutton1"
:layoutModelDetails="layoutModelDetails"
:caption="layoutData."
:tooltip="layoutData."
@itemClick="handleItemClick">
</app-preset-button>
</template>
<template #auth_resetinput1>
<app-login-button class="app-reset-button" :model="layoutModelDetails.auth_resetinput1" defaultStyle='success' @itemClick="handleItemClick" />
......
......@@ -663,7 +663,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -699,7 +699,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public loadDraft(opt: any = {},mode?:string): void {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册