Browse Source

fix: 删除刷接口

shanbinzhang 1 tuần trước cách đây
mục cha
commit
2b689b1c73
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/sandbox_manage/index_new_version.vue

+ 1 - 0
src/views/sandbox_manage/index_new_version.vue

@@ -672,6 +672,7 @@ import {reportVarietyInterence} from '@/api/modules/reportVariety'
           if (res.Ret === 200) {
             this.zTreeObj.removeNode(currentNode)
             this.$message.success(res.Msg);
+            this.getSandboxClassify()
           }
         });
       },