update bugs

This commit is contained in:
lb
2023-11-21 17:02:22 +08:00
parent c8fb8d7589
commit c6d618b2b8
6 changed files with 164 additions and 78 deletions

View File

@@ -19,6 +19,7 @@
ref="form"
:model="dataForm"
label-width="100px"
label-position="top"
v-loading="formLoading">
<el-row :gutter="20">
<el-col :span="8">
@@ -213,7 +214,7 @@ export default {
this.visible = false;
},
goEdit() {
this.isdetail = false;
this.disabled = false;
},
/** 模拟透传 ref */
validate(cb) {