From 1e3fb9fed595a95d7efc763eb043d0a3f358dbc3 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 24 三月 2025 15:57:44 +0800
Subject: [PATCH] 流程推进展示跳过事项
---
src/views/projectEngineering/projectLibrary/component/legalPerson.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/projectEngineering/projectLibrary/component/legalPerson.vue b/src/views/projectEngineering/projectLibrary/component/legalPerson.vue
index 26a9ed0..72aa0c8 100644
--- a/src/views/projectEngineering/projectLibrary/component/legalPerson.vue
+++ b/src/views/projectEngineering/projectLibrary/component/legalPerson.vue
@@ -246,7 +246,7 @@
}
this.legalPersonForm.projectId = this.projectForm.id;
- this.handleBlur();
+
},
beforeDestroy() {
if(Object.keys(this.legalPersonForm).length !==0) localStorage.setItem("legalPersonForm", JSON.stringify(this.legalPersonForm));
@@ -258,6 +258,7 @@
this.options.forEach(item => {
if (item.id === row) {
this.legalPersonForm = item;
+ this.legalPersonForm.id = null;
}
})
}
@@ -265,7 +266,7 @@
},
//椤圭洰鍗曚綅杈撳叆鏃惰Е鍙�
handleBlur(query){
- console.log(query)
+
this.legalPersonForm.projectUnit = query;
if (this.legalPersonForm.projectUnit !== null && this.legalPersonForm.projectUnit !== '' && this.legalPersonForm.projectUnit !== undefined){
getUnitRegistrationInfoByName(this.legalPersonForm).then(res =>{
--
Gitblit v1.8.0