From 35ad24a24e91e1996ef9e97c2714bfbc7a32cdfa Mon Sep 17 00:00:00 2001 From: 1428594221 <1428594221@qq.com> Date: 星期二, 27 六月 2023 17:18:03 +0800 Subject: [PATCH] 默认参照列表接口修改 --- Source/UBCS-WEB/src/components/FormTemplate/ResembleQuery.vue | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Source/UBCS-WEB/src/components/FormTemplate/ResembleQuery.vue b/Source/UBCS-WEB/src/components/FormTemplate/ResembleQuery.vue index 3891fc5..fb1e119 100644 --- a/Source/UBCS-WEB/src/components/FormTemplate/ResembleQuery.vue +++ b/Source/UBCS-WEB/src/components/FormTemplate/ResembleQuery.vue @@ -70,11 +70,7 @@ type: { type: String, default: "add", - }, - form: { - type: Object, - default: () => ({}), - }, + } }, data() { return { @@ -82,8 +78,8 @@ activeName: "findlike", tableData: [], loading: false, - resembleTemplateOid: "78B8C7C5-A042-0B96-FE6D-65421451782A", - resembleCodeClassifyOid: "4524E801-6CC6-92E8-1AC3-2AB9604E8F96", + resembleTemplateOid: "", + resembleCodeClassifyOid: "", rowOid: '', defaultValue: {}, secVOList: [], @@ -144,7 +140,7 @@ openFormTemlpate(row) { this.resembleTemplateOid = row.codetemplateoid this.resembleCodeClassifyOid = row.codeClassifyOid - this.rowOid = row.iod + this.rowOid = row.oid this.formTemplateVisible = true; }, getDefaultValueAndFormValues(form) { -- Gitblit v1.9.3