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

aqgluploadUpdate =》 uploadUpdate

parent a412fb91
......@@ -88,7 +88,8 @@
autoAttachDownload,
deleteAttachDownload,
uploadAttachDownload,
aqglUploadUpdate
aqglUploadUpdate,
uploadUpdate
} from "common/src/api/system/dmgSystem.js";
import {
doQuery,
......@@ -202,7 +203,7 @@
if(updateId){
formData.append('id', updateId)
this.creatFile()
aqglUploadUpdate(formData).then(res => {
uploadUpdate(formData,'aqgl/rcgl/fcgzybz').then(res => {
if (res.success) {
this.$success('更新成功')
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