Преглед на файлове

feat: 企业画像监控逻辑调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe преди 6 месеца
родител
ревизия
5267edb874

+ 2 - 0
src/jfw/modules/app/src/web/staticres/jyapp/big-member/js/ent_portrait.js

@@ -431,6 +431,7 @@ var vNode = {
           success: function (res) {
           success: function (res) {
             if (res.data === 'success') {
             if (res.data === 'success') {
               _this.$toast('修改分组成功')
               _this.$toast('修改分组成功')
+              _this.setGroupState = ''
               // 更新分组内容
               // 更新分组内容
               _this.getEntFollowState()
               _this.getEntFollowState()
             } else {
             } else {
@@ -940,6 +941,7 @@ var vNode = {
         
         
       } else {
       } else {
         this.showGroupingDialog = true
         this.showGroupingDialog = true
+        this.$refs.portrayalGrouping.setState(['默认分组'])
         // this.changeFollowStateRequest()
         // this.changeFollowStateRequest()
       }
       }
     },
     },

+ 2 - 0
src/web/staticres/common-module/collection/js/ent_portrait.js

@@ -410,6 +410,7 @@ var vNode = {
           success: function (res) {
           success: function (res) {
             if (res.data === 'success') {
             if (res.data === 'success') {
               _this.$toast('修改分组成功')
               _this.$toast('修改分组成功')
+              _this.setGroupState = ''
               // 更新分组内容
               // 更新分组内容
               _this.getEntFollowState()
               _this.getEntFollowState()
             } else {
             } else {
@@ -893,6 +894,7 @@ var vNode = {
         
         
       } else {
       } else {
         this.showGroupingDialog = true
         this.showGroupingDialog = true
+        this.$refs.portrayalGrouping.setState(['默认分组'])
         // this.changeFollowStateRequest()
         // this.changeFollowStateRequest()
       }
       }
     },
     },