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();