代办事项空

This commit is contained in:
2023-08-25 10:50:27 +08:00
parent c88f0ea453
commit bedb912ef0
4 changed files with 6 additions and 20 deletions

View File

@ -209,7 +209,6 @@
:after-read="handleFileRead"
multiple
:preview-size="54"
capture="camera"
accept="image "
/>
</div>
@ -362,19 +361,6 @@ export default {
},
},
methods:{
// openFileSelector() {
// this.$refs.fileInput.click();
// },
// handleFileUpload(event) {
// const file = event.target.files[0];
// if (file) {
// const reader = new FileReader();
// reader.onload = (e) => {
// this.uploadedImage = e.target.result;
// };
// reader.readAsDataURL(file);
// }
// },
handleFileRead(file) {
console.log("file",file)
},
@ -504,7 +490,7 @@ export default {
}
},
cancelBtn(){
this.$router.back();
this.goback()
},
async save() {
this.commitLoading = true;