Commit e1c550d2 authored by 李苏's avatar 李苏 💬

aqgluploadUpdate =》 uploadUpdate

parent a412fb91
...@@ -88,7 +88,8 @@ ...@@ -88,7 +88,8 @@
autoAttachDownload, autoAttachDownload,
deleteAttachDownload, deleteAttachDownload,
uploadAttachDownload, uploadAttachDownload,
aqglUploadUpdate aqglUploadUpdate,
uploadUpdate
} from "common/src/api/system/dmgSystem.js"; } from "common/src/api/system/dmgSystem.js";
import { import {
doQuery, doQuery,
...@@ -202,7 +203,7 @@ ...@@ -202,7 +203,7 @@
if(updateId){ if(updateId){
formData.append('id', updateId) formData.append('id', updateId)
this.creatFile() this.creatFile()
aqglUploadUpdate(formData).then(res => { uploadUpdate(formData,'aqgl/rcgl/fcgzybz').then(res => {
if (res.success) { if (res.success) {
this.$success('更新成功') this.$success('更新成功')
this.isupLoad=false this.isupLoad=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment