Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -15,7 +15,7 @@ export default class filter { | ... | @@ -15,7 +15,7 @@ export default class filter { |
15 | // 字典 | 15 | // 字典 |
16 | dicStatus(val, code) { | 16 | dicStatus(val, code) { |
17 | let data = store.getters.dicData[code], | 17 | let data = store.getters.dicData[code], |
18 | name = '暂无' | 18 | name = '' |
19 | if (data) { | 19 | if (data) { |
20 | data.map((item) => { | 20 | data.map((item) => { |
21 | if (item.DCODE == val) { | 21 | if (item.DCODE == val) { | ... | ... |
-
Please register or sign in to post a comment