Browse Source

项目无形资产摊销费用资产下拉框去除有形资产类型数据

ljb 10 months ago
parent
commit
7ba2af0aca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/option/projectManage/wxzctxCost.js

+ 1 - 1
src/option/projectManage/wxzctxCost.js

@@ -24,7 +24,7 @@ export default {
       span: 24,
       span: 24,
       dicUrl: '/api/kd-scientific/asset/simple/list',
       dicUrl: '/api/kd-scientific/asset/simple/list',
       dicFormatter:(res)=>{
       dicFormatter:(res)=>{
-        return res.data
+        return res.data.filter(item => "软件,专利权,非专利权技术,其他".indexOf(item.zclb) > -1)
       },
       },
       props: {
       props: {
         label: 'zcmc',
         label: 'zcmc',