"src/components/service-list/service_list copy.vue" did not exist on "50f6f1b4d2f21942778d254b3de9f87e8e31502e"
Commit 3c6e599c authored by 刘殿昕's avatar 刘殿昕

Merge branch 'ldx' into dev

parents e3d25bf2 907f87e6
......@@ -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