2023-11-29-dist

This commit is contained in:
X1627315083
2023-11-29 09:56:48 +08:00
parent 38ee708a85
commit 22df874f78
31 changed files with 102 additions and 91 deletions

View File

@@ -250,12 +250,14 @@ export default defineComponent({
},
fileUploadChange(data:any){
let file = data.file
let res = JSON.parse(file.xhr.response);
file.id_ = GO.id++
file.type_ = {
type1:'upload',
type2:'Printboard'
};
file.pin = false;
file.id = res.data.id
let Cropper:any = this.$refs.Cropper
if(this.currentFileNum === 1){
var reader = new FileReader();