Commit 6fa4bbb1 authored by Administrator's avatar Administrator

更新工单

parent 8b3fa6d5
Pipeline #228 canceled with stages
...@@ -489,7 +489,7 @@ export default { ...@@ -489,7 +489,7 @@ export default {
} }
this.order_step = all_steps; this.order_step = all_steps;
console.log((this.order_content.isorderone === 4) && (this.order_content.state === 4)); console.log((this.order_content.isorderone === 4) && (this.order_content.state === 4));
if ((this.order_content.isorderone === 4) && (this.order_content.state === 4)) { if ((this.order_content.isorderone === 3) && (this.order_content.state === 4)) {
this.buttonStatus = false; this.buttonStatus = false;
} }
if (response.data.state === 2) { if (response.data.state === 2) {
......
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