From 77eedd0f54e233886af35b408b6826a1a3ec8d60 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期五, 20 六月 2025 21:00:56 +0800
Subject: [PATCH] update

---
 src/views/tasks/machinereturnfileop.vue |   11 +++++++----
 src/views/tasks/timeouts.vue            |   32 ++++++++++++++++++++++++++++++++
 src/views/flow/todolist.vue             |    1 +
 3 files changed, 40 insertions(+), 4 deletions(-)

diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index 18d7217..87d71cd 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -279,6 +279,7 @@
                 createTimeEnd: params.createTimeEnd,
                 keyword: params.keyword || ''
             }
+            this.query = data
             this.onLoad(this.page, data);
             done();
         },
diff --git a/src/views/tasks/machinereturnfileop.vue b/src/views/tasks/machinereturnfileop.vue
index 2cb713a..f69e562 100644
--- a/src/views/tasks/machinereturnfileop.vue
+++ b/src/views/tasks/machinereturnfileop.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2025-06-18 09:17:09
  * @LastEditors: gaoshp
- * @LastEditTime: 2025-06-20 09:32:54
+ * @LastEditTime: 2025-06-20 20:58:07
  * @FilePath: /mdmweb/src/views/tasks/machinereturnfileop.vue
 -->
 <template>
@@ -59,6 +59,7 @@
                 selection: true,
                 // viewBtn: true,
                 menuWidth: 100,
+                menu: false,
                 dialogClickModal: false,
                 column: [
                     {
@@ -153,9 +154,10 @@
             //     keyword: params.keyword || ''
             // }
             data = {
-                confirmTimeBegin: params.createTimeBegin,
-                confirmTimeEnd: params.createTimeEnd,
+                confirmTimeBegin: params.confirmTimeBegin,
+                confirmTimeEnd: params.confirmTimeEnd,
             }
+            this.query = data
             this.onLoad(this.page, data);
             done();
         },
@@ -184,13 +186,14 @@
         /** * 椤甸潰鍔犺浇鏃惰幏鍙栨暟鎹�
          */
         onLoad(page, params = {}) {
+            console.log('onLoad', page, params);
             const query = {
                 ...this.query,
                 // category: params.category ? flowCategory(params.category) : null,
                 mode: this.mode,
             };
             try {
-                delete query.processCreateTime; // 鍒犻櫎涓嶅繀瑕佺殑鏌ヨ鏉′欢
+                delete query.confirmTime; // 鍒犻櫎涓嶅繀瑕佺殑鏌ヨ鏉′欢
             } catch (error) {
                 console.error('鏃ユ湡鏍煎紡鍖栭敊璇�', error);
             }
diff --git a/src/views/tasks/timeouts.vue b/src/views/tasks/timeouts.vue
new file mode 100644
index 0000000..ecd7aee
--- /dev/null
+++ b/src/views/tasks/timeouts.vue
@@ -0,0 +1,32 @@
+<!--
+ * @Date: 2025-06-20 20:48:17
+ * @LastEditors: gaoshp
+ * @LastEditTime: 2025-06-20 20:48:32
+ * @FilePath: /mdmweb/src/views/tasks/timeouts.vue
+-->
+<template>
+    <div>
+
+    </div>
+</template>
+
+<script>
+    export default {
+    name: 'Timeouts',
+    data() {
+        return {
+            // Define your data properties here
+        };
+    },
+    methods: {
+        // Define your methods here
+    },
+    mounted() {
+        
+    }
+}
+</script>
+
+<style lang="scss" scoped>
+
+</style>
\ No newline at end of file

--
Gitblit v1.9.3