Ver Fonte

状态修正

wgl há 4 anos atrás
pai
commit
fcff57073f
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      src/projects/business/views/Master/Egress/Info.vue

+ 3 - 0
src/projects/business/views/Master/Egress/Info.vue

@@ -182,11 +182,14 @@
 			},
 			//结束状态
 			closeActoin() {
+				this.openCloseFromVisible = false;
 				var _this = this;
 				var btnArray = ['否', '是'];
 				mui.confirm('是否立即结束外出?', '确认', btnArray, function(e) {
 					if (e.index == 1) {
 						_this.outEnd();
+					} else {
+						_this.openCloseFromVisible = true;
 					}
 				})
 			},