Commit 907f87e6 authored by 刘殿昕's avatar 刘殿昕

上传文件

parent 99e32f8e
...@@ -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