diff --git a/klp-ui/src/views/finance/jounery/index.vue b/klp-ui/src/views/finance/jounery/index.vue
index 6283cf30..7234f6e0 100644
--- a/klp-ui/src/views/finance/jounery/index.vue
+++ b/klp-ui/src/views/finance/jounery/index.vue
@@ -167,10 +167,10 @@
-
+
-
+
diff --git a/klp-ui/src/views/finance/order/index.vue b/klp-ui/src/views/finance/order/index.vue
index cf927495..e3694df9 100644
--- a/klp-ui/src/views/finance/order/index.vue
+++ b/klp-ui/src/views/finance/order/index.vue
@@ -8,12 +8,17 @@
@keyup.enter.native="handleQuery" />
-
+
-
+
@@ -129,7 +134,7 @@ export default {
},
methods: {
handleQuery() {
- this.queryParams.pageNum = 1;
+ this.queryParams.pageNum = 1;
this.getList();
},
getList() {
@@ -145,6 +150,10 @@ export default {
});
},
handleNodeClick(data) {
+ if (this.rightLoading) {
+ this.$message.warning('请等待当前订单加载完成');
+ return;
+ }
this.currentOrder = data.value;
this.fetchData(data.value.orderId);
},