Merge branch 'sprint/fixbug_hufangzhou_15954' into 'master'

* Fix bug #15954.

See merge request easycorp/zentaopms!3127
This commit is contained in:
朱金勇
2022-04-26 07:08:21 +00:00
+1 -1
View File
@@ -48,7 +48,7 @@ js::set('struct', $struct);
<tr>
<td class="w-110px"></td>
<td colspan="2">
<body-field @change="changeAttr" :attr="struct.attribute" :struct-type="struct.type"></body-field>
<body-field @change="changeAttr" :attr="struct.attribute" :struct-type="struct.structType"></body-field>
<input type="hidden" name="attribute" v-model="attr">
</td>
</tr>