Browse Source

Merge branch 'bug-fix'

hbchen 1 year ago
parent
commit
ac96bc770a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/sandbox_manage/index.vue

+ 2 - 1
src/views/sandbox_manage/index.vue

@@ -404,7 +404,8 @@ export default {
     },
     },
 
 
     editChildSand(item) {
     editChildSand(item) {
-      ({SandboxId,VersionCode,type} = item)
+      // ({SandboxId,VersionCode,type} = item)
+      let {SandboxId,VersionCode,type} = item
        // 编辑前校验
        // 编辑前校验
       sandInterface
       sandInterface
         .mark({
         .mark({