From f65adab73044d65a3dc850a02b0789835b316bb4 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Sat, 12 Jul 2025 16:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DeploymentDisposal/mpvPeo/index.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index.vue index 09662cd..4fe82d5 100644 --- a/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index.vue +++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index.vue @@ -82,7 +82,7 @@ @@ -222,6 +222,16 @@ const getList = () => { }); }; +//送审 +const handleSend = (id) => { + // proxy.$confirm("确定要送审?", "警告", { type: "warning" }).then(() => { + // qcckPost({}, "/mosty-gsxt/tbGsxtZdqt/subExamine/"+id).then(() => { + // proxy.$message({ type: "success", message: "送审成功" }); + // getList(); + // }); + // }) +}; + const chooseData = (data) => { ids.value = Array.isArray(data) ? data.map((item) => item.id) : [];