|
@@ -148,10 +148,6 @@ export default {
|
|
|
const _this = this
|
|
|
this.$refs.ruleForm.validate(valid => {
|
|
|
if (valid) {
|
|
|
- if (_this.form.price == _this.form.oldPrice) {
|
|
|
- _this.$message.warning('产品售价未变更!')
|
|
|
- return
|
|
|
- }
|
|
|
_this.spinning = true
|
|
|
_this.form.shopProductSn = _this.itemSn
|
|
|
shopProductSaveProduct(_this.form).then(res => {
|