zhujindu 8 ヶ月 前
コミット
642ef3388a
1 ファイル変更2 行追加0 行削除
  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();
           }
         });