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