|
@@ -416,7 +416,7 @@ var vNode = {
|
|
|
success: function (res) {
|
|
|
if (res.error_code === 0) {
|
|
|
_this.groupingList = res.data || []
|
|
|
- this.showGroupingDialog = true
|
|
|
+ _this.showGroupingDialog = true
|
|
|
if(!this.entInfo.follow) {
|
|
|
this.$refs.portrayalGrouping.setState(['默认分组'])
|
|
|
}
|