Browse Source

feat:[模板管理][生物样品分析溶液配制表1

]
luojie
luojie 1 week ago
parent
commit
9824a4873d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/business/template/list.vue

+ 1
- 1
src/views/business/template/list.vue View File

@ -79,7 +79,7 @@
</el-dialog>
<el-dialog :close-on-click-modal="false" :title="$t('page.system.template.bdpz')" :visible.sync="tableDialog.visible"
width="90%" append-to-body>
<TemplateTable :sn="tableDialog.sn" fillType="preFill" />
<TemplateTable ref = "templateTable" :sn="tableDialog.sn" fillType="preFill" />
</el-dialog>
</div>
</template>

Loading…
Cancel
Save