From 00f223d3708e39f687b2f603bb3218b4cc1eaa38 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 18 七月 2023 11:31:07 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/src/components/flow-cycle/components/DetailForm.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/flow-cycle/components/DetailForm.vue b/Source/UBCS-WEB/src/components/flow-cycle/components/DetailForm.vue index 282b161..39b6379 100644 --- a/Source/UBCS-WEB/src/components/flow-cycle/components/DetailForm.vue +++ b/Source/UBCS-WEB/src/components/flow-cycle/components/DetailForm.vue @@ -124,7 +124,6 @@ created() { const formModel = this.root.propsAPI.getSelected()[0].getModel() - console.log(formModel, 'formModel'); this.formModel = Object.assign( { width: 80, height: 48 }, { shape: 'flow-smooth' }, -- Gitblit v1.9.3