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