Browse Source

bug 修复

lilei 4 years ago
parent
commit
49377c2241
1 changed files with 1 additions and 1 deletions
  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: '价格类型变更,确认提交吗?',