Commit 3362a8e5 authored by 田翔's avatar 田翔

fix: 去除打印

parent 54f867eb
...@@ -115,7 +115,6 @@ const TextInput = (props) => { ...@@ -115,7 +115,6 @@ const TextInput = (props) => {
setShowValue(valueNext) setShowValue(valueNext)
if (isStoreID && valueNext) { if (isStoreID && valueNext) {
if (textDefalut === '【本人姓名】') { if (textDefalut === '【本人姓名】') {
console.log('props', props, valueNext)
getUserInfo(valueNext) getUserInfo(valueNext)
} else if (textDefalut === '【本人部门】') { } else if (textDefalut === '【本人部门】') {
getDeptInfo(valueNext) getDeptInfo(valueNext)
......
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