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 {
},
},
created() {
if (this.directory) {
this.anotherData = {
directory: this.directory,
"unique-code": this.unique ? "" : "false",
};
if (!this.unique) {
this.anotherData.uniqueCode = this.unique;
}
},
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