Explorar o código

项目跟进情况统计

qymljy hai 1 ano
pai
achega
0a07592584
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/HDrpManagement/projectData/index.vue

+ 1 - 1
src/HDrpManagement/projectData/index.vue

@@ -2953,7 +2953,7 @@ export default {
         });
         this.projectFllowMap.on('element:click',(v) => {
           if (v.data.data.value != this.fllowTableParam.content.where.isfollowup) {
-            this.fllowTableParam.content.where.isfollowup = v.data.data.value
+            this.fllowTableParam.content.where.isfollowup = v.data.data.key
             this.fllowTableParam.content.pageNumber = 1
             this.$refs.projectFllowTable.listData()
           } else {