YY 2 년 전
부모
커밋
4dcacab599
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/views/selfShop/goodsRate/detail.vue

+ 0 - 3
src/views/selfShop/goodsRate/detail.vue

@@ -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);