From ba6e43f9c2b2c4724b961e584de89546b4b21f32 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期三, 13 九月 2023 16:01:20 +0800
Subject: [PATCH] su

---
 src/components/public/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/public/index.vue b/src/components/public/index.vue
index 83d1bf4..897be38 100644
--- a/src/components/public/index.vue
+++ b/src/components/public/index.vue
@@ -1,7 +1,8 @@
 <template>
     <div>
         <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body>
-            <h3 v-if="fList.proResult ">妫�娴嬬粨鏋� :{{ fList.proResult }}</h3>
+            <h3 v-if="fList.proResult ">妫�娴嬮」鐩� :{{ fList.project.proName }}</h3>
+            <h3 v-if="fList.proResult ">妫�娴嬬粨鏋� :{{ fList.proResult }}{{fList.project.proMetering}}</h3>
             <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px">
                 <el-form-item label="鐥呯鍚嶇О" prop="bingzhong">
                     <el-input v-model="queryParams.bingzhong" placeholder="璇疯緭鍏ョ畝绉�" clearable
@@ -74,6 +75,7 @@
         'row'(val, newVla) {
             // console.log(val,newVla)
             this.fList = val
+            console.log(this.fList);
             // if (this.fList) {
             //     this.getList()
             // }
@@ -93,7 +95,7 @@
                 // if (this.fList.proResult == "") {
                 let data = {
                     proId: fList.proId,
-                    ruleStr: fList.proResult,
+                    // ruleStr: fList.proResult,
                 }
                 getlist(data).then(res => {
                     this.dataList = res.rows

--
Gitblit v1.8.0