Kaynağa Gözat

Merge branch 'feature_20260304_客资客诉超时处理' into uat(dev)

zhujindu 4 gün önce
ebeveyn
işleme
8bdd62faf3
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      src/views/clew/complaintDetail/index.vue

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

@@ -62,8 +62,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">
@@ -291,7 +290,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;