fix: BUG修改
This commit is contained in:
parent
c3132969c4
commit
24a1bf1a7f
@ -345,8 +345,8 @@ const formConfig = {
|
||||
// 项目或者工程名字
|
||||
const searchName = ref<string>("");
|
||||
// 重新填报
|
||||
const againApply = async (params: any) => {
|
||||
await useHandleData(globalPlanGovermentAudit, { id: rowId.value, fillState: 4 }, `是否重新填报`);
|
||||
const againApply = async (row: any) => {
|
||||
await useHandleData(globalPlanGovermentAudit, { id: row.id, fillState: 4 }, `是否重新填报`);
|
||||
proTable.value.getTableList();
|
||||
};
|
||||
// 审核
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user