|
|
@ -544,7 +544,7 @@ export default { |
|
|
|
qrcodeMethod(res.data,row.identity).then(response => { |
|
|
|
qrcodeMethod(res.data,row.identity).then(response => { |
|
|
|
if (response.code == 200 && response.data != null && response.data != ""){ |
|
|
|
if (response.code == 200 && response.data != null && response.data != ""){ |
|
|
|
|
|
|
|
|
|
|
|
if (response.data.ewm != null && response.data.ewm != ""){ |
|
|
|
if (response.data.requestId != null && response.data.requestId != ""){ |
|
|
|
this.$message.success('登记成功') |
|
|
|
this.$message.success('登记成功') |
|
|
|
}else { |
|
|
|
}else { |
|
|
|
this.$message.error('登记失败') |
|
|
|
this.$message.error('登记失败') |
|
|
|