fix: 优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user