Commit 6cd134dc authored by youjie's avatar youjie

载体

parent 4e2f23a5
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</template> </template>
<script> <script>
export default { export default {
props:['dataList','typeList'], props:['dataList'],
data() { data() {
return { return {
replace: null replace: null
......
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
</div> </div>
</view> </view>
</template> </template>
<carrierElement v-else :dataList="dataList" :typeList="typeList"></carrierElement> <carrierElement v-else :dataList="dataList"></carrierElement>
<u-loadmore <u-loadmore
:status="status" :status="status"
:load-text="loadText" :load-text="loadText"
...@@ -399,7 +399,8 @@ export default { ...@@ -399,7 +399,8 @@ export default {
this.msg.BuildingCarrierType = this.replace.state=='1'?1:2 this.msg.BuildingCarrierType = this.replace.state=='1'?1:2
if (options && options.id) { if (options && options.id) {
this.msg.ProjectType = options.id; if(this.TenantId==18) this.msg.ProjectType = options.id;
else this.msg.CategoryId = options.id
} }
let c = this.$uiConfig.is_bang ? 78 : 50; let c = this.$uiConfig.is_bang ? 78 : 50;
this.contentHeight = this.$utils.calcContentHeight(c) + 40; this.contentHeight = this.$utils.calcContentHeight(c) + 40;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment