|
@@ -210,7 +210,7 @@ const fields = ref([
|
|
{
|
|
{
|
|
prop: 'status',
|
|
prop: 'status',
|
|
label: '跟进状态',
|
|
label: '跟进状态',
|
|
- type: 'select',
|
|
|
|
|
|
+ type: 'multipleSelect',
|
|
labelWidth: 80,
|
|
labelWidth: 80,
|
|
options: dictToOptionList(WARN_FLOW_STATUS),
|
|
options: dictToOptionList(WARN_FLOW_STATUS),
|
|
colSpan: 6,
|
|
colSpan: 6,
|
|
@@ -264,7 +264,7 @@ const fields = ref([
|
|
const params = reactive({
|
|
const params = reactive({
|
|
serviceId: '',
|
|
serviceId: '',
|
|
type: '',
|
|
type: '',
|
|
- status: '',
|
|
|
|
|
|
+ status: [],
|
|
custom: '',
|
|
custom: '',
|
|
sopNo: '',
|
|
sopNo: '',
|
|
time: [],
|
|
time: [],
|