MONSTER-ygh 1 ماه پیش
والد
کامیت
a1264296ce
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/priceConfigurationUilt/dialog/addAndEdit.vue

+ 1 - 1
src/views/priceConfigurationUilt/dialog/addAndEdit.vue

@@ -314,7 +314,7 @@ export default {
       this.$refs["form"].validate(async (valid) => {
         if (valid) {
           try {
-            if(!['group'].includes(this.channelType) && form.weekType != 1 && this.chcekWeek()){
+            if(!['group'].includes(this.channelType) && this.form.weekType != 1 && this.chcekWeek()){
               return
             }
             let postEdit = JSON.parse(JSON.stringify(this.form))