lion 2 years ago
commit f22e4a2603

@ -108,7 +108,7 @@ export default {
tableName: "asd",
},
fileList: [],
action: process.env.VUE_APP_UPLOAD_API,
action: `${process.env.VUE_APP_BASE_API}/api/person/upload-file`,
select: {
year: this.$moment().format("YYYY"),
},
@ -265,7 +265,7 @@ export default {
}
},
uploadSuccess (response, file, fileList) {
this.form.files = fileList.map(i => i.response?.id).toString()
this.fileList = fileList
},
async getDetail (id) {

Loading…
Cancel
Save