|
@@ -56,12 +56,12 @@ const openDialog = async (row: any) => {
|
|
|
try {
|
|
|
const numberRes = await getWorkforceClassList({ PageSize: 999999, PageIndex: 1 });
|
|
|
numberOptions.value = numberRes.result?.items ?? [];
|
|
|
- if (schedulingId.value !== 'null') {
|
|
|
+/* if (schedulingId.value !== 'null') {
|
|
|
numberOptions.value.push({
|
|
|
name: '空',
|
|
|
id: '空',
|
|
|
});
|
|
|
- }
|
|
|
+ }*/
|
|
|
dialogTitle.value = `选择 【${row.row?.SchedulingUserName} ${row.column?.property}】排班`;
|
|
|
if (schedulingId.value) {
|
|
|
const schedulingRes = await getSchedulingDetail(schedulingId.value);
|