From 58a08c0536f28610a33fd5e29e0de2950627d084 Mon Sep 17 00:00:00 2001
From: lancer <1905818361@qq.com>
Date: Fri, 11 Feb 2022 16:15:09 +0800
Subject: [PATCH] init
---
src/views/Customer/index.vue | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/views/Customer/index.vue b/src/views/Customer/index.vue
index d784be4..96b3092 100644
--- a/src/views/Customer/index.vue
+++ b/src/views/Customer/index.vue
@@ -233,8 +233,10 @@
违禁标签:
@@ -515,7 +517,7 @@ export default {
timeType: "0",
clientStage: "",
orderBy:'',
- sensitiveWords:'',
+ sensitiveWords:[],
},
clientStagelist: [],
sensitiveList:[],//违禁词
@@ -572,6 +574,7 @@ export default {
...this.searchForm,
};
obj.keywordIds = obj.keywordsId.join(",");
+ obj.sensitiveWords = JSON.stringify(obj.sensitiveWords);
(obj.dateType = this.searchForm.staDate
? null
: this.searchForm.dateType),
@@ -596,7 +599,7 @@ export default {
searchForm: "",
timeType: "0",
orderBy:'',
- sensitiveWords:'',
+ sensitiveWords:[],
projectId:
this.orgType == 3
? localStorage.getItem("houseId")
@@ -605,7 +608,7 @@ export default {
this.findbypage();
},
houseChange() {
- this.searchForm.sensitiveWords=''
+ this.searchForm.sensitiveWords=[]
this.searchForm.keywordsId=[]
this.findbypage();
this.findKeywords();