-
-
-
-
- 我的待办
-
-
- 我的已办
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 至
-
-
-
-
-
创建单位:{{ row.xtCjbmmc }}
-
管辖单位:{{ row.gxSsdwmc }}
列控原因:{{ row.zdrLkyy }}
开始时间:{{ row.startTime }}
@@ -119,29 +80,29 @@
- 审核审核
- 审批审批
- 详情详情
-
{
getdepartmentList();
});
-// 详情
-const info = (type, row) => {
- MpvGroupInfoRef.value.init(type, row);
-};
// 获取部门列表
const getdepartmentList = () => {
selectUserDeptPage().then((res) => {
@@ -339,7 +205,7 @@ const getUserInfo = async () => {
};
//选择类型
-const handleType = (val) => {
+const handleType = () => {
pageData.keyCount++;
pageData.pageConfiger.pageCurrent = 1;
@@ -384,19 +250,13 @@ const getList = (val) => {
// 详情
const autoEdit = (type, row) => {
- MpvGroupInfoRef.value.infoList(type, row);
+ MpvGroupInfoRef.value.init(type, row);
};
// 表格高度计算
const tabHeightFn = () => {
- console.log("btns.value.offsetHeight", btns.value.offsetHeight);
-
pageData.tableHeight =
- window.innerHeight -
- searchBox.value.offsetHeight -
- btns.value.offsetHeight -
- 30 -
- 250;
+ window.innerHeight - searchBox.value.offsetHeight - 260;
window.onresize = function () {
tabHeightFn();
};
@@ -413,6 +273,7 @@ const tabHeightFn = () => {
margin-right: 10px;
border: none;
background: none;
+
&.active {
background-color: #409eff;
color: #fff;
@@ -432,12 +293,12 @@ const tabHeightFn = () => {
height: 1px;
}
-:deep(.el-table--fit) {
- top: 52px !important;
-}
.btns {
height: 52px;
padding: 10px;
box-sizing: border-box;
}
+::v-deep .el-tabs__nav-wrap::after {
+ background: none;
+}
diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue
index a03f526..d4fbf19 100644
--- a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue
+++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue
@@ -92,7 +92,7 @@
-
+
@@ -213,24 +213,14 @@ const openDetail = (row) => {
const autoEdit = () => {
dialogVisible.value = false;
let url = `/mosty-gsxt/tbGsxtZdqt/subExamine/${autoId.value}`;
- qcckPost({}, url)
- .then((res) => {
- ElMessage.success("提交成功");
- getList();
- })
- .catch(() => {
- ElMessage.error("提交失败");
- });
-};
-const updateDate = () => {
- getList();
-};
-//选择类型
-const handleType = (val) => {
- pageData.keyCount++;
- pageData.pageConfiger.pageCurrent = 1;
- getList();
+ qcckPost({}, url).then((res) => {
+ ElMessage.success("提交成功");
+ getList();
+ }).catch(() => {
+ ElMessage.error("提交失败");
+ });
};
+
// 搜索
const onSearch = (val) => {
queryFrom.value = { ...val };
diff --git a/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue b/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue
index f39f519..fec36f2 100644
--- a/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue
+++ b/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue
@@ -54,7 +54,6 @@
网上会商
处置
- 反馈