MONSTER-ygh 1 ay önce
ebeveyn
işleme
a1264296ce

+ 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))