From 9d96f11fb1de77d1ad4fb0be04a10ae8eb7f46c9 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 04 八月 2023 17:52:08 +0800 Subject: [PATCH] 提交代码 --- Source/UBCS-WEB/src/components/template/FlowPath.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/template/FlowPath.vue b/Source/UBCS-WEB/src/components/template/FlowPath.vue index 92bee3a..b1e37dd 100644 --- a/Source/UBCS-WEB/src/components/template/FlowPath.vue +++ b/Source/UBCS-WEB/src/components/template/FlowPath.vue @@ -23,6 +23,10 @@ typeof: String, required: true, default: "" + }, + Formlist:{ + type:Array, + default:[] } }, data() { @@ -39,7 +43,7 @@ startData: [], form: {}, option: { - height: "auto", + height: 340, border: true, align: 'center', menu:!this.checkStatus || this.crudLCStatus == 'Editing', @@ -159,6 +163,8 @@ this.data = data.records this.page.total = data.total } else this.loading = false + }else { + this.data=[] } }, -- Gitblit v1.9.3