|
@@ -262,7 +262,7 @@ export default {
|
|
|
},
|
|
|
prompt: '确定执行吗?',
|
|
|
click: ({ row, index, column }) => {
|
|
|
- dailySummaryReduceDo({ importBatchNos: row.importBatchNo }).then(res => {
|
|
|
+ dailySummaryReduceDo({ importBatchNo: row.importBatchNo }).then(res => {
|
|
|
this.$message({ type: 'success', message: '执行成功!' })
|
|
|
this.$refs.pageRef.refreshList()
|
|
|
})
|