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' import pick from 'lodash/pick'
export default { export default {
name: 'BussLibraryProduct1', name: 'BussLibraryProduct',
components: { components: {
ProcessTitle, ProcessTitle,
ProcessHeader, ProcessHeader,
@@ -8,7 +8,7 @@
prop="standSort" prop="standSort"
:customPlaceholder="standStatusPlaceholder" :customPlaceholder="standStatusPlaceholder"
:disabled="standStatusDisabled" :disabled="standStatusDisabled"
:options="dict.BUSSSTANDCLASS" :options="dict.BUSSSTANDCLASS || []"
@change="standSortChange" @change="standSortChange"
/> />
<InputFormItem <InputFormItem