Commit a85cee58 authored by jingnan's avatar jingnan 👀

阿洛丁调配卡创建修改

parent 17d14a7a
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
// 生命周期 - 挂载完成(可以访问 DOM 元素) // 生命周期 - 挂载完成(可以访问 DOM 元素)
mounted() { mounted() {
this.com = this.findByNameVnode(this, 'DeeAsForm') this.com = this.findByNameVnode(this, 'DeeAsForm')
if (this.itemObj.attrKey === 'certificateNo' || this.itemObj.attrKey === 'certificateNum') { if (this.itemObj.attrKey === 'certificateNo') {
// //
} else { } else {
if (this.basicData.setAttrs) { if (this.basicData.setAttrs) {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
@selectionChange="selectionChange($event)" @selectionChange="selectionChange($event)"
/> />
<dee-drawer <dee-drawer
width="60%" width="70%"
:title="title" :title="title"
:dialog-visible="drawer" :dialog-visible="drawer"
@handleClose="handleClose" @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