|
|
@@ -23,8 +23,7 @@
|
|
|
|
|
|
<script>
|
|
|
import {
|
|
|
- // getAccumulatePointList,
|
|
|
- deleteAccumulatePoint
|
|
|
+// getAccumulatePointList,
|
|
|
} from '@/api/accumulatePoint'
|
|
|
export default {
|
|
|
name: 'AccumulatePointRules',
|
|
|
@@ -83,7 +82,7 @@ export default {
|
|
|
this.$confirm('确定删除吗?', '提示')
|
|
|
.then(async () => {
|
|
|
try {
|
|
|
- await deleteAccumulatePoint({ id: row.id })
|
|
|
+ // await deleteAccumulatePoint({ id: row.id })
|
|
|
this.$message.success('删除成功')
|
|
|
this.onInit()
|
|
|
} catch (error) {
|