Commit 92fd234c by fukai

修改错误

parent 7b3ea0f1
...@@ -12,9 +12,9 @@ const code2 = ["ISSUE","REQUEST"] ...@@ -12,9 +12,9 @@ const code2 = ["ISSUE","REQUEST"]
export default function(props) export default function(props)
{ {
let {mty} = props let {mty} = props
if(mtys1.findIndex(m=>m==mty)>= 0) if(mty == 'mt752')
return <T23_1 {...props} SELCode={code1} /> return <T23_1 {...props} SELCode={code1} />
if(mtys2.findIndex(m=>m==mty)>= 0) if(mty=='mt760' || mty=='mt767')
return <T23_1 {...props} SELCode={code2} /> return <T23_1 {...props} SELCode={code2} />
return <T23_d {...props} /> return <T23_d {...props} />
} }
\ No newline at end of file
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