mayf
2024-09-04 8e219beed40e701537eac9ea8b5817b884d947ec
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