From e84263839093f87bff2b5e471500f06a0d4983dc Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 15 八月 2025 12:27:38 +0800
Subject: [PATCH] 分工表增加标签页
---
src/views/flowmgr/backImport.vue | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/views/flowmgr/backImport.vue b/src/views/flowmgr/backImport.vue
index b741fd4..542641b 100644
--- a/src/views/flowmgr/backImport.vue
+++ b/src/views/flowmgr/backImport.vue
@@ -10,7 +10,7 @@
</div>
</template>
</avue-crud>
- <el-dialog title="DNC鏂囦欢瀵煎叆" append-to-body v-model="excelBox" width="555px">
+ <el-dialog title="宸ユ帶缃戞枃浠跺鍏�" append-to-body v-model="excelBox" width="555px">
<avue-form :option="excelOption" v-model="excelForm" :upload-after="uploadAfter" :upload-error="uploadError">
<!-- <template #excelTemplate>
<el-button type="primary" @click="handleTemplate">
@@ -126,9 +126,9 @@
},
handleWarehouse() {
- if (this.selection.length == 0) {
- return this.$message.error("璇烽�夋嫨鏁版嵁")
- }
+ // if (this.selection.length == 0) {
+ // return this.$message.error("璇烽�夋嫨鏁版嵁")
+ // }
let selection = [];
this.selection.forEach(item => {
selection.push(item.id);
@@ -154,7 +154,9 @@
}
}
- );
+ ).finally(() => {
+ this.loading = false;
+ });
}
},
};
--
Gitblit v1.9.3