From dae2ccae8efacabe026424c86bde21ddcb36bb8c Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 08 Jul 2024 10:55:56 +0800
Subject: [PATCH] 公安模块添加时间查询

---
 src/views/cGovernance/taskECallTwo/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/cGovernance/taskECallTwo/index.vue b/src/views/cGovernance/taskECallTwo/index.vue
index c63b542..7ffdda6 100644
--- a/src/views/cGovernance/taskECallTwo/index.vue
+++ b/src/views/cGovernance/taskECallTwo/index.vue
@@ -672,7 +672,7 @@
             type: "warning",
           })
           .then(() => {
-            return remove(row.orderId)
+            return remove(row.id)
           })
           .then(() => {
             this.onLoad(this.page)

--
Gitblit v1.9.3