| | |
| | | :nodeClickList="this.nodeClickList" |
| | | @currentPage="currentPages" |
| | | @pageSize="pageSizes" |
| | | ref="vciMasterCrud" |
| | | > |
| | | </VciMasterCrud> |
| | | </el-main> |
| | |
| | | methods: { |
| | | nodeClickLists(val){ |
| | | this.nodeClickList=val; |
| | | // 点击树节点时重置当前页和页数 |
| | | this.page.pageSize = 100; |
| | | this.page.currentPage = 1; |
| | | // 重置保存的高级查询查询条件和快速查询条件 |
| | | const childComponent = this.$refs.vciMasterCrud; |
| | | childComponent.conditionMap = {}; // 修改子组件的data中的属性 |
| | | }, |
| | | TreeValueEmit(val) { |
| | | this.TreeValue = val; |
| | |
| | | }, |
| | | nodeClickTem(val) { |
| | | this.templateOid = val; |
| | | |
| | | }, |
| | | tableHeadBttoms(val) { |
| | | this.masterVrBtnList = val; |