From 8c806440647db68bbd3acccc05059611e57ed0e0 Mon Sep 17 00:00:00 2001 From: yanfeiyong <2060201549@qq.com> Date: Fri, 30 May 2025 09:29:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BD=8D=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/danweiList.vue | 2 + src/views/taskManagement-info/index.vue | 14 +++-- src/views/unitAutonomicFill/assetsAuth.vue | 53 ------------------- .../{unitAutonomicFill => unitFill}/index.vue | 0 4 files changed, 11 insertions(+), 58 deletions(-) delete mode 100644 src/views/unitAutonomicFill/assetsAuth.vue rename src/views/{unitAutonomicFill => unitFill}/index.vue (100%) diff --git a/src/views/system/user/danweiList.vue b/src/views/system/user/danweiList.vue index acd65e8..eca9a79 100644 --- a/src/views/system/user/danweiList.vue +++ b/src/views/system/user/danweiList.vue @@ -25,6 +25,7 @@ placeholder="请输入单位名称" clearable @keyup.enter.native="handleQuery" + style="width: 95%;" /> @@ -37,6 +38,7 @@ v-model="queryParams.dwlx" placeholder="请选择单位类型" clearable + style="width: 95%;" > { path: "/webZC-add", query: { pageType: "look", - type: 0, - id: row.id, + id: row.taskId, + assetId: row.id, + type: activeName.value, }, }); } else if (type == 2) { + proxy.setActiveMenu("/taskManagement"); router.push({ - name: "taskAuditInfo", + path: "/webZC-add", query: { pageType: "change", - taskId: row.taskId, + id: row.taskId, assetId: row.id, type: activeName.value, zcdwmc: row.zcdwmc, @@ -1096,8 +1098,9 @@ const myEchartsis = () => { }; const tjiaojilchakan = (row) => { + proxy.setActiveMenu("/taskManagement"); router.push({ - name: "taskAuditInfolishichakan", + path: "/webZC-edit", query: { pageType: "look", taskId: taskisid.value, @@ -1110,6 +1113,7 @@ const tjiaojilchakan = (row) => { }); }; + const looklishi = (row) => { lookassetId.value = row.id; const obj = { diff --git a/src/views/unitAutonomicFill/assetsAuth.vue b/src/views/unitAutonomicFill/assetsAuth.vue deleted file mode 100644 index db1adc2..0000000 --- a/src/views/unitAutonomicFill/assetsAuth.vue +++ /dev/null @@ -1,53 +0,0 @@ - - diff --git a/src/views/unitAutonomicFill/index.vue b/src/views/unitFill/index.vue similarity index 100% rename from src/views/unitAutonomicFill/index.vue rename to src/views/unitFill/index.vue