Преглед на файлове

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

zhujindu преди 4 дни
родител
ревизия
8bdd62faf3
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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;