From 217bffa9704f2938391977605dcaae1a8baae86f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 10 九月 2025 16:00:41 +0800
Subject: [PATCH] 修改首页搜索错误
---
src/views/flowmgr/backImport2.vue | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/src/views/flowmgr/backImport2.vue b/src/views/flowmgr/backImport2.vue
index 3620eb7..7270c63 100644
--- a/src/views/flowmgr/backImport2.vue
+++ b/src/views/flowmgr/backImport2.vue
@@ -143,7 +143,6 @@
/** * 椤甸潰鍔犺浇鏃惰幏鍙栨暟鎹�
*/
onLoad(page, params = {}) {
- console.log('onLoad', page, params);
const data = {
...this.query,
createTimeBegin: params.createTimeBegin,
@@ -211,7 +210,6 @@
this.fileViewModel = true;
},
cancelProcess(row) {
- console.log(row)
//鍙栨秷娴佺▼
this.$confirm('鏄惁鍙栨秷娴佺▼锛�', '', {
confirmButtonText: this.$t('submitText'),
@@ -224,12 +222,7 @@
params: { id: row.id }
}).then(
res => {
- console.log(res)
- if (res.data.code === 200) {
- this.appContent = res.data.data;
- } else {
- this.appContent = '绋嬪簭鍐呭鍔犺浇澶辫触'
- }
+ this.onLoad(this.page, this.query);
});
}).catch(()=>{
console.log('cancel')
--
Gitblit v1.9.3