| | |
| | | <template> |
| | | <el-container v-loading="isLoading"> |
| | | <el-container> |
| | | <el-aside style="width:250px"> |
| | | <basic-container> |
| | | <!-- 树组件--> |
| | |
| | | @tableHeadFindData="tableHeadFindDatas" |
| | | @nodeClickList="nodeClickLists" |
| | | @total="totals" |
| | | :isLoading="isLoading" |
| | | @loading="loadingHandler" |
| | | > |
| | | </master-tree> |
| | | </basic-container> |
| | |
| | | page: { |
| | | total: 0, |
| | | currentPage: 1, |
| | | pageSize: 100, |
| | | pageSize: 10, |
| | | pageSizes: [10, 30, 50, 100, 200], |
| | | }, |
| | | pageSize: "100", |
| | |
| | | }, |
| | | nodeClickTem(val) { |
| | | this.templateOid = val; |
| | | |
| | | }, |
| | | tableHeadBttoms(val) { |
| | | this.masterVrBtnList = val; |
| | | }, |
| | | loadingHandler(val) { |
| | | this.isLoading = val; |
| | | } |
| | | } |
| | | } |
| | | </script> |