lion 3 years ago
parent 3d939ae6ba
commit f8c432d146

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

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

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

Loading…
Cancel
Save