803003ef by yangwei

字典过滤不匹配的值显示空

1 parent 49ec079a
......@@ -15,7 +15,7 @@ export default class filter {
// 字典
dicStatus(val, code) {
let data = store.getters.dicData[code],
name = '暂无'
name = ''
if (data) {
data.map((item) => {
if (item.DCODE == val) {
......