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

url 拼写错误

parent 8db2c804
......@@ -334,11 +334,11 @@
},
getForm(form) {
/* 获取附件*/
this.$post('jxgl/ujxgj/attachment/list', {
this.$post('jxgl/usbjx/attachment/list', {
groupid: form.id,
}).then(res => {
res.data.records.forEach(item => {
autoAttachDownload({}, 'jxgl/ujxgj', item.id).then(res => {
autoAttachDownload({}, 'jxgl/usbjx', item.id).then(res => {
let blob = new Blob([res], {
type: 'application/' + item.type + ';charset=UTF-8',
});
......
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