|
@@ -2417,7 +2417,6 @@ export default {
|
|
|
this.gradTableParam.content.dataid = id
|
|
|
this.gradTableParam.content.type = 1
|
|
|
this.gradTableParam.content.username = ''
|
|
|
- this.$refs.customerGradTable.listData()
|
|
|
|
|
|
|
|
|
this.contactMapParam.content.dataid = id
|
|
@@ -2492,7 +2491,6 @@ export default {
|
|
|
this.gradTableParam.content.type =''
|
|
|
this.gradTableParam.content.username = name
|
|
|
console.log(this.gradTableParam.content.username,'除非');
|
|
|
- this.$refs.customerGradTable.listData()
|
|
|
|
|
|
|
|
|
this.contactMapParam.content.dataid = ''
|
|
@@ -2566,7 +2564,6 @@ export default {
|
|
|
this.gradTableParam.content.dataid = id
|
|
|
this.gradTableParam.content.type = 0
|
|
|
this.gradTableParam.content.username = this.person
|
|
|
- this.$refs.customerGradTable.listData()
|
|
|
|
|
|
|
|
|
this.contactMapParam.content.dataid = id
|