|
@@ -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({
|