Browse Source

经销商

zhujindu 8 months ago
parent
commit
642ef3388a
1 changed files with 2 additions and 0 deletions
  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();
           }
         });