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) : [];