Commit bf15d5ab authored by 智勇's avatar 智勇
parents 0c2bf8ce 42da5885
......@@ -109,7 +109,9 @@ export default {
createData() {
const param = {
namespace: this.namespace,
dependant: this.dependant
dependant: {
base: this.dependant.base
}
}
createEnv(param).then(res => {
......
......@@ -106,6 +106,8 @@ export default {
dependant: this.dependant
}
delete param.dependant.base
createEnv(param).then(res => {
this.$router.push({
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