소스 검색

bug 修复

lilei 4 년 전
부모
커밋
49377c2241
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/salesManagement/salesQuery/chooseCustomModal.vue

+ 1 - 1
src/views/salesManagement/salesQuery/chooseCustomModal.vue

@@ -409,7 +409,7 @@ export default {
         if (valid) {
           console.log(_this.priceTypeBak, _this.form.priceType)
           // 如果价格类型改变,提示
-          if (_this.priceTypeBak != _this.form.priceType) {
+          if (_this.priceTypeBak != _this.form.priceType&&this.isEdit) {
             this.$confirm({
               title: '提示',
               content: '价格类型变更,确认提交吗?',