mo 4 роки тому
батько
коміт
48d73ec331

+ 2 - 2
src/views/categroyManager/vipActiveList.vue

@@ -858,8 +858,8 @@ export default {
           let organId = this.resetForm.organ.join(",");
           let type = this.activeType;
           if (type == "DISCOUNT") {
-            if (this.attribute1 < 0 || this.attribute1 > 100) {
-              this.$message.error("折扣必须大于0且小于100");
+            if (this.attribute1 < 0 ) {
+              this.$message.error("折扣必须大于0");
               return;
             }
           }

+ 2 - 2
src/views/categroyManager/vipNewActive.vue

@@ -353,8 +353,8 @@ export default {
           let organId = this.vipform.organ.join(",");
           let type = this.activeType;
           if (type == 'DISCOUNT') {
-            if (this.attribute1 < 0 || this.attribute1 > 100) {
-              this.$message.error('折扣必须大于0且小于100')
+            if (this.attribute1 < 0 ) {
+              this.$message.error('折扣必须大于0')
               return
             }
           }