liujq 4 years ago
parent
commit
58e760da65

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2d5db2d7.b258af3c.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6d217c42.1723dbd9.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6d217c42.42869a64.js


+ 6 - 1
src/views/house/components/searchForm/Price.vue

@@ -1,7 +1,7 @@
 <template>
   <base-form slot="content" ref="ruleForm" :data="searchData">
     <div slot="footer">
-      <el-button :loading="listLoading" icon="el-icon-search" class="xl-form-btn bgc1" @click="searchHandle">查询</el-button>
+      <el-button :loading="listLoading" icon="el-icon-search" class="xl-form-btn bgc1" @click="searchHandle">查询:{{name}}</el-button>
       <!-- <el-button :loading="listLoading" icon="el-icon-document" class="xl-form-btn bgc2" @click="toExportExcel">导出{{ this.$route.meta.title }}信息</el-button> -->
     </div>
   </base-form>
@@ -18,6 +18,11 @@ export default {
       searchData: []
     }
   },
+  computed: {
+    name () {
+      return this.parentData.$route.query.name || ''
+    }
+  },
   mounted () {
     this.getDef()
   },

+ 1 - 1
src/views/house/index.vue

@@ -146,7 +146,7 @@ export default {
       this.$router.push('/house/news?id=' + item.id)
     },
     openPrice (item) {
-      this.$router.push('/house/price?id=' + item.id)
+      this.$router.push('/house/price?id=' + item.id + '&name=' + item.estate_name)
     },
     openPhotoPopup(row) {
       if (row && row.id) {

Some files were not shown because too many files changed in this diff