From ea6275a4cbcd75120ec22c664859c4dcb3c4d6ba Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Mon, 19 Feb 2024 15:22:08 +0800
Subject: [PATCH] 代码优化
---
src/views/property/companyManage.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/property/companyManage.vue b/src/views/property/companyManage.vue
index 2d5f215..ae77edd 100644
--- a/src/views/property/companyManage.vue
+++ b/src/views/property/companyManage.vue
@@ -219,7 +219,7 @@
// 保存按钮
handleSubmit() {
// 保存基本信息
- // this.saveBasicInfo()
+ this.saveBasicInfo()
// 保持考试信息
this.saveQuestionBank()
},
--
Gitblit v1.9.3