From 80ef464bf93212805d6b36f12b7791edda04e23e Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 15 九月 2023 09:36:22 +0800 Subject: [PATCH] 集成模块 搜索回显 --- Source/UBCS-WEB/src/views/code/code.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/views/code/code.vue b/Source/UBCS-WEB/src/views/code/code.vue index 59f6ec1..942065e 100644 --- a/Source/UBCS-WEB/src/views/code/code.vue +++ b/Source/UBCS-WEB/src/views/code/code.vue @@ -1868,14 +1868,15 @@ if (!this.tipsCodeSecValueMessage(this.codeFixdForm.id)) { return; } - this.codeFixdForm.codeFixedSecOid = - this.codefixedsecOrCodeclassifysec.oid; + this.codeFixdForm.codeFixedSecOid = this.codefixedsecOrCodeclassifysec.oid; addSaveCodeFixedValue(this.codeFixdForm).then( () => { this.loadFixedValueTableData({ oid: this.codefixedsecOrCodeclassifysec.oid, }); this.clearFixedOrClassifyForm("codefixedsec"); + this.$refs.crudFixedValue.refreshTable(); + this.$refs.crudFixedValue.doLayout(); this.$message({ type: "success", message: "鎿嶄綔鎴愬姛!", -- Gitblit v1.9.3