Przeglądaj źródła

feature_20260304_客资客诉超时处理

zhujindu 3 dni temu
rodzic
commit
334f01a2e5
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/views/clew/complaintDetail/index.vue

+ 3 - 3
src/views/clew/complaintDetail/index.vue

@@ -58,8 +58,7 @@
     <div
       class="assign"
       v-if="
-        infoData &&
-        ((infoData.isClose != 1 && infoData.isClose != 2) || this.infoData.allowFollowUp)
+        infoData && infoData.isClose != 1 && infoData.isClose != 2 && this.infoData.allowFollowUp
       ">
       <!-- <div class="assign"> -->
       <div style="padding: 10px 16px 0 16px; color: red; font-size: 14px">
@@ -285,7 +284,8 @@ export default {
           this.infoData = response.data;
           this.title = response.data.name;
           if (
-            (this.infoData.isClose != 1 && this.infoData.isClose != 2) ||
+            this.infoData.isClose != 1 &&
+            this.infoData.isClose != 2 &&
             this.infoData.allowFollowUp
           ) {
             // response.data.customerClue.customerClueItemList[0].customerClueInfoId = this.id;