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: '价格类型变更,确认提交吗?',