diff --git a/src/views/projectFront/guidancePartyBuilding/organizationalBuild.vue b/src/views/projectFront/guidancePartyBuilding/organizationalBuild.vue index cb9c8721..5c47fc4f 100644 --- a/src/views/projectFront/guidancePartyBuilding/organizationalBuild.vue +++ b/src/views/projectFront/guidancePartyBuilding/organizationalBuild.vue @@ -657,6 +657,10 @@ export default { }, ...res.result]; this.getCheckedNode(this.listData[0]); } + this.$nextTick(() => { + // todo 在这里设置 + this.$refs.tree.setCurrentKey(this.listData[0].id) + }) } else { this.listData = [] } diff --git a/src/views/projectFront/quality/pouringOrderLedger.vue b/src/views/projectFront/quality/pouringOrderLedger.vue index eb455330..8afa1dda 100644 --- a/src/views/projectFront/quality/pouringOrderLedger.vue +++ b/src/views/projectFront/quality/pouringOrderLedger.vue @@ -461,6 +461,7 @@ export default { cooperatorList: [], // 所有企业信息 workerListOptions: [], // 工人列表 projectGroupTypeList: [], // 项目分组列表 + deviceUnitList: [], // 装置单位列表 }; }, created() { @@ -622,13 +623,16 @@ export default { }); this.deleteDialog = false; }, - handleSizeChange() { + //查看条数 + handleSizeChange(val) { + this.pageSize = val; this.initData(); }, - handleCurrentChange() { + //查看页 + handleCurrentChange(val) { + this.pageNo = val; this.initData(); }, - previewDetail(val) { console.log("!!!!!!!!!!!!!!!!!!", val); this.dialogFormVisible = false;