mayf
2024-09-06 f007dcb3e8f13daffd664c5ffc3aa05b22489aa8
pages/marketing/point-mall/coupon/index.vue
@@ -1,5 +1,5 @@
<template>
  <el-bus-crud v-bind="tableConfig" />
  <el-bus-crud ref="crud" v-bind="tableConfig" />
</template>
<script>
@@ -158,6 +158,7 @@
                )
                if (code === 0) {
                  this.$message.success('上架成功')
                  this.$refs.crud.clearSelection()
                }
              } catch (e) {
                return false
@@ -184,6 +185,7 @@
                )
                if (code === 0) {
                  this.$message.success('下架成功')
                  this.$refs.crud.clearSelection()
                }
              } catch (e) {
                return false