Commit bf15d5ab authored by 智勇's avatar 智勇
parents 0c2bf8ce 42da5885
...@@ -109,7 +109,9 @@ export default { ...@@ -109,7 +109,9 @@ export default {
createData() { createData() {
const param = { const param = {
namespace: this.namespace, namespace: this.namespace,
dependant: this.dependant dependant: {
base: this.dependant.base
}
} }
createEnv(param).then(res => { createEnv(param).then(res => {
......
...@@ -106,6 +106,8 @@ export default { ...@@ -106,6 +106,8 @@ export default {
dependant: this.dependant dependant: this.dependant
} }
delete param.dependant.base
createEnv(param).then(res => { createEnv(param).then(res => {
this.$router.push({ this.$router.push({
path: `/dockers/runingEnv/${this.namespace}` path: `/dockers/runingEnv/${this.namespace}`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment