Browse Source

经销商

zhujindu 8 tháng trước cách đây
mục cha
commit
642ef3388a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/agentList/visitHistoryDetail.vue

+ 2 - 0
src/views/agentList/visitHistoryDetail.vue

@@ -221,6 +221,8 @@ export default {
           remarkType: '1',
         }).then((res) => {
           if (res.code == 200) {
+            this.$toast('点评成功!');
+            this.dataform.remarkContent = '';
             this.getVisitsDetailFn();
           }
         });