Commit 32b3cffb authored by Administrator's avatar Administrator

更新工单详情

parent af9f2939
Pipeline #226 canceled with stages
...@@ -488,7 +488,7 @@ export default { ...@@ -488,7 +488,7 @@ export default {
} }
this.order_step = all_steps; this.order_step = all_steps;
if ((this.order_content.isorderone === 4) && (this.order_content.state === 4)) { if ((this.order_content.isorderone === 4) && (this.order_content.state === 4)) {
this.buttonStatus = true; this.buttonStatus = false;
} }
if (response.data.state === 2) { if (response.data.state === 2) {
this.order_content.isorderone = 5; this.order_content.isorderone = 5;
......
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