修复组件

This commit is contained in:
aixianling
2023-01-18 14:45:21 +08:00
parent feb76e4d63
commit a6401b44b2

View File

@@ -40,7 +40,7 @@ export default {
hideId() { hideId() {
if (this.value) { if (this.value) {
let idArr = JSON.parse(JSON.stringify(this.value)) let idArr = JSON.parse(JSON.stringify(this.value))
return tools.idCardNoUtil.hideId(idArr) return tools.ID.hideId(idArr)
} else return "-" } else return "-"
} }
}, },