From b3042224aa7a288fc996cd2542e777362abbc9f6 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 22 八月 2024 10:24:11 +0800 Subject: [PATCH] 分类授权-数据授权取消checkTheStatus传参 --- 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