@@ -119,9 +119,6 @@ export default {
currentChange(val) {
this.search({ skip: (val - 1) * this.limit });
},
- toReply() {
- this.$set(this, 'num', '1');
- },
async toSend(item, data) {
let res;
if (data.id) res = await this.update(data);