修改bug

This commit is contained in:
‘937886381’
2023-11-16 18:52:55 +08:00
parent 3832aee028
commit b349432eaa
13 changed files with 104 additions and 81 deletions

View File

@@ -42,7 +42,7 @@
<DialogForm
v-if="open"
ref="form"
:dataForm="form"
v-model="form"
:rows="[
[
{

View File

@@ -40,7 +40,7 @@
<DialogForm
v-if="open"
ref="form"
:dataForm="form"
v-model="form"
:rows="[
[
{
@@ -208,7 +208,11 @@ export default {
name: null,
},
// 表单参数
form: {},
form: {
name: null,
code: undefined,
remark:undefined
},
};
},
// watch: {