@@ -166,6 +166,10 @@ export default {
// 保存
handleSubmit () {
const _this = this
+ if (!_this.priceVal) {
+ this.$message.warning('产品价格变更标记不能为空!')
+ return
+ }
const objInfo = {
productPriceChangeFlag: _this.priceVal
}