Ver código fonte

Merge branch 'feature_20241231_计划外列表页面刷新优化' into uat(dev)

zhujindu 11 meses atrás
pai
commit
f525866e07
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      src/views/deviceOutside/index.vue

+ 2 - 0
src/views/deviceOutside/index.vue

@@ -884,6 +884,7 @@ export default {
         });
     },
     orderFn(val) {
+      this.toastLoading(0, '加载中...', true);
       this.buryingPoint({
         systemModel: '计划外',
         buryingPointType: 1,
@@ -895,6 +896,7 @@ export default {
         storeId: val.storeId,
         from: 'outPlan',
       }).then((res) => {
+        this.toastLoading().clear();
         if (res.code == 200 && res.data) {
           window.location.href = res.data;
         } else {