From ce70bd97c7f2577f0978b39b9da1ccdd8d5b768f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 19 九月 2025 22:50:14 +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