Commit 9164dc19 by fukai

修复可选项错误的验证

parent 06aa0b39
...@@ -122,6 +122,13 @@ export function TagV(tag,status,value,tno,mty) ...@@ -122,6 +122,13 @@ export function TagV(tag,status,value,tno,mty)
if(isAllEmpty) if(isAllEmpty)
{ {
value[1] = '' value[1] = ''
if(status == 'O'){
for(let ek in errmsg)
{
errmsg[ek] = ''
}
}
} }
for(let ek in errmsg) for(let ek in errmsg)
{ {
......
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