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