|
@@ -298,10 +298,6 @@ export default {
|
|
|
// 确定新增产品到列表,
|
|
|
// row 产品信息,promo 活动规则信息,promoProductClz 规则类型,cptype 1 添加活动产品,2 累计产品
|
|
|
insterProduct (row, promo, promoProductClz, cptype) {
|
|
|
- if (this.spinning) {
|
|
|
- this.$message.warning('正在添加产品,请稍等...')
|
|
|
- return
|
|
|
- }
|
|
|
this.spinning = true
|
|
|
// 正常产品
|
|
|
if (promoProductClz == 0) {
|