소스 검색

1. 优化

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