230320a303 1 月之前
父節點
當前提交
626c490b98

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-899dc2da.3f9f8ea6.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-899dc2da.abc23da8.js


+ 1 - 1
src/views/house/components/searchForm/Admin.vue

@@ -49,7 +49,7 @@ export default {
       this.setDefaultValue(params, 'searchData')
     },
     estateChange (val, options, curItem) {
-      this.$router.push(`/house/sale?id=${val}&name=${curItem.estate_name}`)
+      this.$router.push(`/house/admin?id=${val}&name=${curItem.estate_name}`)
       // this.$router.go(0)
       this.searchHandle()
     },

部分文件因文件數量過多而無法顯示