绘制电脑治理信息页面
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<text class="label">{{ item.label }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="smallLabel"> </view>
|
||||
<!-- <view class="smallLabel"> </view> -->
|
||||
</view>
|
||||
<!-- 卡片 -->
|
||||
<scroll-view
|
||||
@@ -112,6 +112,10 @@ export default {
|
||||
type: Object,
|
||||
// default: () => {},
|
||||
},
|
||||
sortIndex: {
|
||||
type: [Number,String],
|
||||
// default: () => {},
|
||||
},
|
||||
},
|
||||
mixins: [list],
|
||||
data() {
|
||||
@@ -150,7 +154,7 @@ export default {
|
||||
this.store = this.DataSource('/cs-harmonic-boot/eventUser/queryEventpage')
|
||||
this.store.params.type = 0
|
||||
// this.store.params.pageSize = 10000
|
||||
this.store.params.sortField = this.sort
|
||||
this.store.params.sortField = this.sortIndex
|
||||
this.store.params.engineeringid = this.selectValue.engineeringId
|
||||
this.store.params.projectId = this.selectValue.projectId
|
||||
this.store.params.deviceId = this.selectValue.deviceId
|
||||
@@ -224,7 +228,9 @@ export default {
|
||||
uni.navigateTo({ url: '/pages/message1/comp/transientDetails?detail=' + encodeURIComponent(str) })
|
||||
},
|
||||
setSort(index) {
|
||||
this.sort = index
|
||||
console.log(123,this.sortIndex);
|
||||
|
||||
// this.sort = index
|
||||
this.init()
|
||||
},
|
||||
// 下拉
|
||||
|
||||
Reference in New Issue
Block a user