Commit af9f2939 authored by Administrator's avatar Administrator

更新工单

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