|
|
@@ -407,7 +407,8 @@ const defaultFormValue = {
|
|
|
managerStrIds: [],
|
|
|
// taskStatusList: ['520'],
|
|
|
remainingDays: undefined,
|
|
|
- mainCheckerStrIds: [userInfo.value.id]
|
|
|
+ // mainCheckerStrIds: [userInfo.value.id]
|
|
|
+ mainCheckerStrIds: []
|
|
|
}
|
|
|
const taskStatus = ref('reportApprove')
|
|
|
const taskStatusQueryParams =reactive({
|