mayf
2024-09-06 b380df2227b605408d746849ee6cfaf82471fed5
pages/marketing/point-mall/goods.vue
@@ -177,6 +177,7 @@
                )
                if (code === 0) {
                  this.$message.success('上架成功')
                  this.$refs.crud.clearSelection()
                }
              } catch (e) {
                return false
@@ -200,6 +201,7 @@
                )
                if (code === 0) {
                  this.$message.success('下架成功')
                  this.$refs.crud.clearSelection()
                }
              } catch (e) {
                return false