Commit 0e178557 authored by renjintao's avatar renjintao

add

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