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