|
|
@ -377,7 +377,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
else if (val == 'disAgree') { |
|
|
|
// 同意按钮 |
|
|
|
// 驳回 |
|
|
|
disAgree(detailData.value.id) |
|
|
|
} |
|
|
|
// else if (val == 'disagree') { |
|
|
@ -539,7 +539,7 @@ const searchFormClick = async (searchData) => { |
|
|
|
/** 弹窗按钮 */ |
|
|
|
const Butttondata = [ |
|
|
|
defaultButtons.agree(null), // 同意 |
|
|
|
// defaultButtons.disAgree(null) // 驳回 |
|
|
|
defaultButtons.disAgree(null) // 驳回 |
|
|
|
] |
|
|
|
|
|
|
|
defineExpose({ openDetail, tableObject }) // 提供 open 方法,用于打开弹窗 |
|
|
|