Commit 0e178557 authored by renjintao's avatar renjintao

add

parent 1eb09466
......@@ -9,7 +9,7 @@
</Col>
<Col :span="24">
<FormItem :label="l('file')" prop="file">
<files ref="refFile" :parms="parms" files />
<files ref="refFile" :parms="parms" files/>
</FormItem>
</Col>
<Col :span="24">
......@@ -58,6 +58,7 @@ export default {
},
methods: {
handleSubmit() {
alert(JSON.stringify(this.$refs.refFile.nameList))
this.$refs.form.validate((v) => {
if (v) {
this.disabled = true;
......
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