Browse Source

fix:[填报表单]优化

ouqian
15881625488@163.com 1 month ago
parent
commit
e59e9310b3
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      src/views/business/comps/template/comps/gsp/GSP005.vue
  2. +1
    -0
      src/views/business/study/comp/tbbd/Bj.vue

+ 1
- 1
src/views/business/comps/template/comps/gsp/GSP005.vue View File

@ -1,4 +1,4 @@
<!-- 供试品部储备液样品配制记录表 -->
<!-- 供试品部储备液样品配制记录表-生成试剂 -->
<template> <template>
<div> <div>
<div class="detail-container"> <div class="detail-container">

+ 1
- 0
src/views/business/study/comp/tbbd/Bj.vue View File

@ -774,6 +774,7 @@ export default {
this.form.bdmc = val.nameEn this.form.bdmc = val.nameEn
} }
this.form.templateSn = val.sn this.form.templateSn = val.sn
this.templateData = deepClone(this.form)
setTimeout(() => { setTimeout(() => {
this.$refs["form"].validate() this.$refs["form"].validate()
}, 200) }, 200)

Loading…
Cancel
Save