yxh
yxh
2023-08-07 3cbb8936b9f9f977741bb9e465fb1f904836b71b
src/views/project/travelexpenseslist/eidt.vue
@@ -418,7 +418,7 @@
                this.$modal.msgSuccess(response.msg);
                this.fileList.push({ name: response.fileName, url: response.fileName });
            } else {
                this.$modal.msgError(response.msg);
                console.log(response.msg);;
            }
            //console.log("上传文件后:" + JSON.stringify(this.fileList));
        },