Commit 1c6bad8d authored by zhengke's avatar zhengke

修改

parent 58b191d4
...@@ -346,8 +346,8 @@ ...@@ -346,8 +346,8 @@
isShowEditAndDelete: false, //是否显示编辑和删除按钮【默认不显示】 isShowEditAndDelete: false, //是否显示编辑和删除按钮【默认不显示】
}, },
isShowTuFA: false, isShowTuFA: false,
isHaveTufa: 2, //是否有突发 isHaveTufa: 1, //是否有突发
isHaveHand: 2, //是否有交接 isHaveHand: 1, //是否有交接
isShowOne: false, isShowOne: false,
isShowTwo: false, isShowTwo: false,
status: 0 status: 0
...@@ -460,11 +460,8 @@ ...@@ -460,11 +460,8 @@
this.isShowTuFA = false; this.isShowTuFA = false;
return return
} }
if (this.isHaveTufa == 1) { if (this.isHaveTufa == 1&&this.isHaveHand == 1) {
this.checkMsg.IsBurst = 1; this.checkMsg.IsBurst = 1;
this.saveInfo();
}
if (this.isHaveHand == 1) {
this.checkMsg.IsHandover = 1; this.checkMsg.IsHandover = 1;
this.saveInfo(); this.saveInfo();
} }
......
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