|
|
@ -80,7 +80,7 @@ export default { |
|
|
if(!data.row){ |
|
|
if(!data.row){ |
|
|
this.$message.error('账号有误!'); |
|
|
this.$message.error('账号有误!'); |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
|
|
|
|
|
|
}else{ |
|
|
let status = data.row.status; |
|
|
let status = data.row.status; |
|
|
this.operatorData.operatorName = data.row.operatorName; |
|
|
this.operatorData.operatorName = data.row.operatorName; |
|
|
//重置操作员信息状态 |
|
|
//重置操作员信息状态 |
|
|
@ -94,12 +94,13 @@ export default { |
|
|
if (!this.operatorFlag) { |
|
|
if (!this.operatorFlag) { |
|
|
this.$message.error('操作员信息不可用!'); |
|
|
this.$message.error('操作员信息不可用!'); |
|
|
} |
|
|
} |
|
|
}) |
|
|
|
|
|
//检查是否通过 不通过报错 通过继续 |
|
|
|
|
|
.then(() => { |
|
|
|
|
|
this.visibleFlag = false; |
|
|
|
|
|
|
|
|
//校验没有问题 关闭弹窗 |
|
|
|
|
|
this.closeDialog(); |
|
|
|
|
|
//调用初始化的方法 |
|
|
this.$emit('initOperatorData', this.operatorData) |
|
|
this.$emit('initOperatorData', this.operatorData) |
|
|
}); |
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
|
|