|
|
@@ -2282,7 +2282,7 @@ export default {
|
|
|
return {
|
|
|
date: item.date,
|
|
|
key:this.$t(item.key),
|
|
|
- value: Math.round((item.value * 100)*100)/100
|
|
|
+ value: item.value
|
|
|
}
|
|
|
})
|
|
|
if (init) {
|
|
|
@@ -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
|
|
|
@@ -2643,7 +2640,6 @@ export default {
|
|
|
this.gradTableParam.content.where.isleave = this.isleave
|
|
|
this.gradTableParam.content.username = ''
|
|
|
this.gradTableParam.content.dataid = this.gradTableParam.content.type == 0?-1:this.gradTableParam.content.dataid
|
|
|
- this.$refs.customerGradTable.listData()
|
|
|
|
|
|
this.contactMapParam.content.where.isleave = this.isleave
|
|
|
this.contactMapParam.content.username = ''
|