Browse Source

fix:[模板管理]优化

lkf
15881625488@163.com 2 months ago
parent
commit
96cbb9799d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/business/comps/template/mixins/templateMixin.js

+ 2
- 2
src/views/business/comps/template/mixins/templateMixin.js View File

@ -58,9 +58,9 @@ export default {
this.resource = _.filter(JSON.parse(v.resource), function (o) {
return o.type == 1 || o.elnType == 1
})
//试验物资信息 供试品、给药制剂
//试验物资信息 供试品、给药制剂、麻精药
this.resourceWz = _.filter(JSON.parse(v.resource), function (o) {
return o.type == 3 || o.type == 7 || o.elnType == 3 || o.elnType == 7
return o.type == 3 || o.type == 5 || o.type == 7 || o.elnType == 3|| o.elnType == 5 || o.elnType == 7
})
}
if (v.yqResource) {

Loading…
Cancel
Save