Commit 37d32012 by Jianli Ou

修改已知问题

parent a5922e57
......@@ -75,7 +75,7 @@ window.CodeTable.getBranches = function (selectValue='') {
branchList = branchChildList
}
} else {
branchList = [branchList[0]]
branchList = branchList[0] ? [branchList[0]] : []
}
return branchList.map(item => ({label: item[0], value: item[1]}))
}
......@@ -33,7 +33,7 @@
>“通报进口商品信息” “开通条码微站” “使用数据总资产服务”!</a
>
</p>
<p style="padding-left:24px">
<p v-if="loginInfo.isXT === 2" style="padding-left:24px">
您可以——前往<a href="http://gln.gs1cn.org/number.aspx?id=1" target="_blank"
>购买GLN</a
>
......
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