Commit b87fd2bf authored by 徐一鸣's avatar 徐一鸣

Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev

parents b5b5bddf 3c6e599c
...@@ -109,11 +109,8 @@ export default { ...@@ -109,11 +109,8 @@ export default {
}, },
}, },
created() { created() {
if (this.directory) { if (!this.unique) {
this.anotherData = { this.anotherData.uniqueCode = this.unique;
directory: this.directory,
"unique-code": this.unique ? "" : "false",
};
} }
}, },
methods: { methods: {
......
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