This commit is contained in:
2024-09-01 15:58:58 +08:00
parent fc1f68b69a
commit bdb8c55b2b
7 changed files with 49 additions and 33 deletions

View File

@@ -86,6 +86,8 @@ const handleRelatedChange = async (record) => {
}
loading.value = false
emits("relatedOrunrelated")
// 重新刷新表格请求
crudRef.value.refresh()
}
// 数据定义
@@ -455,7 +457,7 @@ const columns = ref([
title: "开发人员",
hide: true,
dataIndex: "designerPerson",
formType: "input",
formType: "input"
},
{
title: "开发方日期",

View File

@@ -12,7 +12,7 @@
<template #icon>
<icon-plus-circle />
</template>
关联添加问题单
添加关联问题单
</a-button>
</template>
</ma-crud>