Commit a85cee58 authored by jingnan's avatar jingnan 👀

阿洛丁调配卡创建修改

parent 17d14a7a
......@@ -110,7 +110,7 @@ export default {
// 生命周期 - 挂载完成(可以访问 DOM 元素)
mounted() {
this.com = this.findByNameVnode(this, 'DeeAsForm')
if (this.itemObj.attrKey === 'certificateNo' || this.itemObj.attrKey === 'certificateNum') {
if (this.itemObj.attrKey === 'certificateNo') {
//
} else {
if (this.basicData.setAttrs) {
......
......@@ -10,7 +10,7 @@
@selectionChange="selectionChange($event)"
/>
<dee-drawer
width="60%"
width="70%"
:title="title"
:dialog-visible="drawer"
@handleClose="handleClose"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment