Explorar el Código

Merge branch 'bug8058' into debug

shanbinzhang hace 1 mes
padre
commit
b15c21a16b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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()
           }
         });
       },