|
@@ -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()
|
|
}
|
|
}
|
|
},
|
|
},
|