From 21c2f4ecf864e6c288e4b3da3dc95e91688cd8c8 Mon Sep 17 00:00:00 2001
From: laozt <2721205210@qq.com>
Date: Mon, 25 Dec 2023 13:21:05 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E8=A7=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/yingji/enforcing.vue | 94 +++++++++++++++++----------------
src/views/yingji/enterprise.vue | 11 ++--
2 files changed, 53 insertions(+), 52 deletions(-)
diff --git a/src/views/yingji/enforcing.vue b/src/views/yingji/enforcing.vue
index 2b189a3..aa5e448 100644
--- a/src/views/yingji/enforcing.vue
+++ b/src/views/yingji/enforcing.vue
@@ -10,53 +10,54 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -248,6 +249,7 @@ export default {
name: "Article",
data() {
return {
+ queryParams: {},
options: [
{
value: "1",
diff --git a/src/views/yingji/enterprise.vue b/src/views/yingji/enterprise.vue
index ae8f32d..59f4ea2 100644
--- a/src/views/yingji/enterprise.vue
+++ b/src/views/yingji/enterprise.vue
@@ -418,15 +418,14 @@ export default {
handleInfo(row) {
getNew(row.id).then((res) => {
this.addShow = true;
- console.log(res);
+ // console.log(res);
let infoObj = res.data;
infoObj.district = this.componendDistrict(infoObj.district) || "/";
this.infoData = infoObj;
});
- return;
- getByUuto(row.enterpriseId.trim()).then((res) => {
+ // getByUuto(row.enterpriseId.trim()).then((res) => {
// console.log(res.data);
- let infoObj = res.data;
+ // let infoObj = res.data;
// 查看弹窗
// infoObj["aboveDesignated"] =
// infoObj.aboveDesignated == 1 ? "规上" : "规下";
@@ -454,8 +453,8 @@ export default {
// "yyyy-MM-DD"
// );
- this.infoData = infoObj;
- });
+ // this.infoData = infoObj;
+ // });
},
supervisionLarge(value) {
// console.log(value.split(","));