Commit eace9bad authored by 我在何方's avatar 我在何方

新增异常修复

parent fb1ef4e5
...@@ -536,6 +536,7 @@ export default { ...@@ -536,6 +536,7 @@ export default {
if (this.form.id != null) { if (this.form.id != null) {
if(this.exceptionProductId){ if(this.exceptionProductId){
this.form.productId = this.exceptionProductId this.form.productId = this.exceptionProductId
this.form.status = 0
} }
updateProduct(this.form).then(response => { updateProduct(this.form).then(response => {
this.$modal.msgSuccess(this.$t("修改成功")); this.$modal.msgSuccess(this.$t("修改成功"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment