|
@@ -574,14 +574,16 @@
|
|
|
:auto-upload="false"
|
|
|
:multiple="true"
|
|
|
>
|
|
|
- <el-button slot="trigger" :disabled = "disfal" size="small" type="primary"
|
|
|
+ <el-button slot="trigger" size="small" type="primary"
|
|
|
>选取文件</el-button
|
|
|
>
|
|
|
+ <!-- :disabled = "disfal" -->
|
|
|
+ <!-- :disabled = "disfal" -->
|
|
|
<el-button
|
|
|
style="margin-left: 10px"
|
|
|
size="small"
|
|
|
type="success"
|
|
|
- :disabled = "disfal"
|
|
|
+
|
|
|
@click="submitUploadther"
|
|
|
>上传到服务器</el-button
|
|
|
>
|
|
@@ -646,6 +648,7 @@
|
|
|
:on-preview="handlePreviewther"
|
|
|
:on-remove="handleRemovether"
|
|
|
:on-success="handleSuccther"
|
|
|
+ :on-change="handleChange"
|
|
|
:file-list="fileListtherrt"
|
|
|
:auto-upload="false"
|
|
|
:multiple="true"
|
|
@@ -903,6 +906,9 @@ export default {
|
|
|
this.msgSuccess("驳回成功");
|
|
|
});
|
|
|
},
|
|
|
+ handleChange(file, fileList){
|
|
|
+ console.log(file, fileList)
|
|
|
+ },
|
|
|
beforeAvatarUpload(file) {
|
|
|
console.log(file);
|
|
|
},
|