Explorar o código

创建盲票优惠券新增使用范围修改判断

DELL %!s(int64=3) %!d(string=hai) anos
pai
achega
8b4f8907a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/business/coupon/add.vue

+ 1 - 1
src/views/business/coupon/add.vue

@@ -179,7 +179,7 @@ export default {
   methods: {
     update() {
       if (this.addData.type == 1) {
-        if(this.addData.useArea !== 0 && this.addData.useArea !== 1 && this.addData.useArea !== 2) {
+        if(this.addData.useArea !== 0 && this.addData.useArea !== 1 && this.addData.useArea !== 3 && this.addData.useArea !== 4) {
           this.$message({
             message: '请选择使用范围!',
             type: 'warning'