diff --git a/src/views/project/Application.vue b/src/views/project/Application.vue index 7e94bae..4170e1f 100644 --- a/src/views/project/Application.vue +++ b/src/views/project/Application.vue @@ -538,7 +538,7 @@ export default { }, /** 上传文件 */ getFile(event) { - + let filetypes = [".jpg", ".png", ".jpeg"] let filepath = event.target.value if (filepath) { @@ -621,7 +621,6 @@ export default { return } - let s = this.subStatus; s = index; this.subStatus = s