| | |
| | | @current-change="currentChange" |
| | | @size-change="sizeChange" |
| | | @refresh-change="refreshChange" |
| | | @on-load="onLoad" |
| | | > |
| | | <!-- @on-load="onLoad" --> |
| | | <template slot="menuLeft"> |
| | | <!-- <el-button type="primary"--> |
| | | <!-- size="small"--> |
| | |
| | | return ids.join(","); |
| | | }, |
| | | }, |
| | | mounted() { |
| | | console.log(this.form, "getListeenclosure"); |
| | | this.onLoad(this.page); |
| | | }, |
| | | methods: { |
| | | rowClick(row) { |
| | | var that = this; |
| | |
| | | const data = res.data.data; |
| | | this.page.total = data.total; |
| | | this.data = data.records; |
| | | console.log(this.data, getListeenclosure); |
| | | console.log(this.data, "getListeenclosure"); |
| | | this.loading = false; |
| | | this.selectionClear(); |
| | | }); |