lion 3 years ago
parent 3d939ae6ba
commit f8c432d146

@ -156,6 +156,7 @@
pageChange(e) { pageChange(e) {
this.select.pageIndex = e this.select.pageIndex = e
this.getindex()
}, },
checkRecord(id, personid) { checkRecord(id, personid) {
this.$refs['check'].id = id this.$refs['check'].id = id

@ -188,6 +188,7 @@
pageChange(e) { pageChange(e) {
this.select.pageIndex = e this.select.pageIndex = e
this.getindex()
}, },
editorRecord(id, type) { editorRecord(id, type) {
this.$refs['addRecord'].id = id this.$refs['addRecord'].id = id

@ -210,6 +210,7 @@
pageChange(e) { pageChange(e) {
this.select.pageIndex = e this.select.pageIndex = e
this.getindex()
}, },
checkRecord(id, personid) { checkRecord(id, personid) {
this.$refs['check'].id = id this.$refs['check'].id = id

Loading…
Cancel
Save