Browse Source

fix: 客户规模预警

zhengxy 1 year ago
parent
commit
409b99a221
1 changed files with 1 additions and 1 deletions
  1. 1 1
      project/src/components/customerWarn/list.vue

+ 1 - 1
project/src/components/customerWarn/list.vue

@@ -124,7 +124,7 @@ export default {
124 124
 
125 125
     onClickEditBtn({ threshold, corp_list }) {
126 126
       this.currentThreshold.threshold = threshold
127
-      this.currentThreshold.corp_list = corp_list
127
+      this.currentThreshold.corp_list = [...corp_list]
128 128
       this.thresholdDrawerVisible = true
129 129
     },
130 130
     onConfirmThreshold() {