Commit af9f2939 authored by Administrator's avatar Administrator

更新工单

parent 94901ae8
Pipeline #225 canceled with stages
...@@ -274,7 +274,7 @@ export default { ...@@ -274,7 +274,7 @@ export default {
data() { data() {
const _this = this; const _this = this;
return { return {
buttonStatus: false, buttonStatus: true,
order_content: {}, order_content: {},
order_step: [], order_step: [],
marker: { marker: {
...@@ -487,7 +487,7 @@ export default { ...@@ -487,7 +487,7 @@ export default {
} }
} }
this.order_step = all_steps; this.order_step = all_steps;
if (this.order_content.isorderone < 4 || this.order_content.state === 2) { if ((this.order_content.isorderone === 4) && (this.order_content.state === 4)) {
this.buttonStatus = true; this.buttonStatus = true;
} }
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