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