Commit ce334a99 by lichengming

修改了数据录入查看项目报告合并功能

parent f0ed5955
...@@ -155,6 +155,7 @@ export default { ...@@ -155,6 +155,7 @@ export default {
} }
}, },
_mergeFile: async function() { _mergeFile: async function() {
this.$refs.pageTable._showLoading()
const result = await soilReport.itemReportMerge({ const result = await soilReport.itemReportMerge({
ids: this.selectIds.join(',') ids: this.selectIds.join(',')
}) })
......
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