This commit is contained in:
yanran200730
2022-05-06 20:10:07 +08:00
parent 4b9bd8ffa8
commit 74e34e52e8
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ export default {
this.saveData.fileList.map((item) => {
this.saveData.files.push(item.id)
})
this.instance.post(`/app/appmeetinginfo/add-update`, {
this.instance.post(`/app/appmeetinginfo/add-update-web`, {
...this.saveData,
status: status,
}).then(res => {