Commit 628c2f6c by lichengming

修改了收样管理附件

parent 41135d4a
...@@ -116,8 +116,8 @@ export default { ...@@ -116,8 +116,8 @@ export default {
this.sampleId = id this.sampleId = id
this.urlData = { this.urlData = {
msg: 'FoodSampleAttachment', msg: 'FoodSampleAttachment',
pageUrl: 'FoodSampleAttachment/page', pageUrl: 'soil/v1/alone_sample_annex/page',
deleteUrl: 'FoodSampleAttachment/deleteByIds', deleteUrl: 'soil/v1/alone_sample_annex/?ids=',
uploadFileUrl: '/food/v1/sample_attachment/upload/', uploadFileUrl: '/food/v1/sample_attachment/upload/',
downloadFileUrl: '/food/v1/sample_attachment/download/', downloadFileUrl: '/food/v1/sample_attachment/download/',
downloadBatch: '/food/v1/sample_attachment/download_batch', downloadBatch: '/food/v1/sample_attachment/download_batch',
......
...@@ -382,7 +382,7 @@ export default { ...@@ -382,7 +382,7 @@ export default {
// 上传文件 // 上传文件
this.currentComponent = 'FileManage' this.currentComponent = 'FileManage'
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.refModal._open(id, 'entrustId') this.$refs.refModal._open(id, 'sampleId')
}) })
}, },
_getById: async function(id) { _getById: async function(id) {
......
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