fix: 优化

This commit is contained in:
zyn
2024-01-04 11:30:00 +08:00
parent adb54fcb4c
commit 4c45e18c6c
2 changed files with 2 additions and 2 deletions
@@ -155,7 +155,7 @@ import {
import pick from 'lodash/pick'
export default {
name: 'BussLibraryProduct1',
name: 'BussLibraryProduct',
components: {
ProcessTitle,
ProcessHeader,
@@ -8,7 +8,7 @@
prop="standSort"
:customPlaceholder="standStatusPlaceholder"
:disabled="standStatusDisabled"
:options="dict.BUSSSTANDCLASS"
:options="dict.BUSSSTANDCLASS || []"
@change="standSortChange"
/>
<InputFormItem