From 3f1a06ddfd17cabb2b66928ad41c726b46d064c6 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 30 Aug 2021 16:23:47 +0800
Subject: [PATCH] 心理咨询
---
src/views/securityUnitOperation/operationTable.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/securityUnitOperation/operationTable.vue b/src/views/securityUnitOperation/operationTable.vue
index a78a129..c196896 100644
--- a/src/views/securityUnitOperation/operationTable.vue
+++ b/src/views/securityUnitOperation/operationTable.vue
@@ -153,6 +153,7 @@
prop: "enterpriseName",
search: true,
searchSpan: 4,
+ width:300,
display: false
},
{
@@ -299,8 +300,8 @@
}
let jurisdiction = object["jurisdiction1"] || "";
let enterpriseName = object["enterpriseName"] || "";
- let obj = { jurisdiction: jurisdiction, enterpriseName: enterpriseName };
- this.onLoad(this.page, obj);
+ this.query = { jurisdiction: jurisdiction, enterpriseName: enterpriseName };
+ this.onLoad(this.page, this.query);
}
},
mounted() {
--
Gitblit v1.9.3