|
@@ -148,6 +148,7 @@ const toolbarConfig: ToolbarConfigType[] = [
|
|
|
disabled.value = false
|
|
|
dialogVisible.value = true
|
|
|
dialogTitle.value = '新增'
|
|
|
+ getReceiveCountList()
|
|
|
nextTick(() => deptIdRef.value?.load())
|
|
|
}
|
|
|
},
|
|
@@ -272,6 +273,7 @@ const columnConfig: ColumnConfigType[] = [
|
|
|
getDetailApi({ id: row.id }).then((resp: StrAnyObj) => {
|
|
|
formData.value = resp
|
|
|
})
|
|
|
+ getReceiveCountList()
|
|
|
nextTick(() => deptIdRef.value?.load())
|
|
|
}
|
|
|
},
|
|
@@ -582,7 +584,6 @@ const clickDownload = () => {
|
|
|
<el-button
|
|
|
@click="
|
|
|
() => {
|
|
|
- getReceiveCountList()
|
|
|
selectDialogVisible = true
|
|
|
}
|
|
|
"
|