From fdddc038f16d3c1eefde8a97445021e7ab0aebbd Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 25 Oct 2021 14:40:31 +0800
Subject: [PATCH] 头像更换为本地
---
src/views/securityUnitOperation/operationAnalysis.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/securityUnitOperation/operationAnalysis.vue b/src/views/securityUnitOperation/operationAnalysis.vue
index 17e7982..4b88e6d 100644
--- a/src/views/securityUnitOperation/operationAnalysis.vue
+++ b/src/views/securityUnitOperation/operationAnalysis.vue
@@ -282,9 +282,8 @@
getCompanys() {
getCompanys({ jurisdiction: this.value1 }).then(res => {
if (res.data.code === 200) {
- debugger
this.options2 = res.data.data;
- this.value2 = this.options2[0] ? this.options2[0].departmentid : "";
+ // this.value2 = this.options2[0] ? this.options2[0].departmentid : "";
this.enterpriseName = this.options2[0]
? this.options2[0].enterpriseName
: "";
--
Gitblit v1.9.3