|
|
|
@ -61,6 +61,7 @@ const emit = defineEmits(['changeShow'])
|
|
|
|
|
function changeContent() {
|
|
|
|
|
emit('changeShow')
|
|
|
|
|
}
|
|
|
|
|
const headerref=ref(null)
|
|
|
|
|
const checkedRowKeys = ref([])
|
|
|
|
|
const dicStore = useDictionary()
|
|
|
|
|
const izstatusList = ref([])
|
|
|
|
@ -719,6 +720,7 @@ function rejectHandler(list) {
|
|
|
|
|
|
|
|
|
|
// 审核通过
|
|
|
|
|
function doAudit(param: any) {
|
|
|
|
|
const modal = unref(headerref)! as any
|
|
|
|
|
dialog.info({
|
|
|
|
|
title: '确认提示',
|
|
|
|
|
content: '确认给该任务审批为【通过】吗?',
|
|
|
|
@ -731,7 +733,8 @@ function doAudit(param: any) {
|
|
|
|
|
|
|
|
|
|
message.success(res.message)
|
|
|
|
|
reload()
|
|
|
|
|
haeaderstore.setDataConfig(true)
|
|
|
|
|
modal.getData()
|
|
|
|
|
// haeaderstore.setDataConfig(true)
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
message.error(res.message)
|
|
|
|
@ -748,6 +751,7 @@ function switchBatch() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function reload() {
|
|
|
|
|
const modal = unref(headerref)! as any
|
|
|
|
|
selectionIds.value = []
|
|
|
|
|
checkedRowKeys.value = []
|
|
|
|
|
|
|
|
|
@ -755,8 +759,8 @@ function reload() {
|
|
|
|
|
tableRef.value?.pagination,
|
|
|
|
|
) as PaginationProps
|
|
|
|
|
query(page!, pageSize!, {}, props.taskvalue)
|
|
|
|
|
|
|
|
|
|
haeaderstore.setDataConfig(true)
|
|
|
|
|
modal.getData()
|
|
|
|
|
//haeaderstore.setDataConfig(true)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
watch(
|
|
|
|
@ -946,7 +950,7 @@ defineExpose({
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="header_data">
|
|
|
|
|
<DataHeader :has-color="true" />
|
|
|
|
|
<DataHeader ref="headerref" :has-color="true" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="wrapper-settings">
|
|
|
|
|