|
@@ -769,7 +769,7 @@ const mpSendStatusMap = reactive({
|
|
|
|
|
|
|
|
const queryFormRef = ref<FormInstance>()
|
|
const queryFormRef = ref<FormInstance>()
|
|
|
const searchInfo = ref({
|
|
const searchInfo = ref({
|
|
|
- // handlerId: userStore.getUser.id,
|
|
|
|
|
|
|
+ handlerId: userStore.getUser.id,
|
|
|
// rectificationStatusList: ['0']
|
|
// rectificationStatusList: ['0']
|
|
|
}) as any
|
|
}) as any
|
|
|
|
|
|