短信发送功能,指定专家BUG修复
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
{
|
{
|
||||||
label: '姓名',
|
label: '姓名',
|
||||||
field: 'doctorName',
|
field: 'doctorName',
|
||||||
component: 'JInput',
|
component: 'Input',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '专家状态',
|
label: '专家状态',
|
||||||
|
|||||||
@@ -124,8 +124,8 @@ export function useSelectBiz(getList, props) {
|
|||||||
const options = <any[]>[];
|
const options = <any[]>[];
|
||||||
const values = <any[]>[];
|
const values = <any[]>[];
|
||||||
selectRows.value.forEach((item) => {
|
selectRows.value.forEach((item) => {
|
||||||
// options.push({ label: item[props.labelKey], value: item[props.rowKey] });
|
options.push({ label: item[props.labelKey], value: item[props.rowKey] });
|
||||||
options.push({ label: item.realname, value: item.id }); // 大病就医时修改 20230512
|
// options.push({ label: item.realname, value: item.id }); // 大病就医时修改 20230512
|
||||||
});
|
});
|
||||||
checkedKeys.value.forEach((item) => {
|
checkedKeys.value.forEach((item) => {
|
||||||
values.push(item);
|
values.push(item);
|
||||||
|
|||||||
Reference in New Issue
Block a user