Browse Source

1.申请单需要改成导入后成功了就直接展示在界面,不要再去点搜索

002390 1 year ago
parent
commit
1e3589d343
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/material/requisition/index.vue

+ 1 - 0
src/views/material/requisition/index.vue

@@ -333,6 +333,7 @@
                           saveAs(blob, '导入失败的物料申请单数据.xlsx');
                           saveAs(blob, '导入失败的物料申请单数据.xlsx');
                         }
                         }
                         this.failLoad = false;
                         this.failLoad = false;
+                        this.reset();
                       })
                       })
                     }
                     }
                   }
                   }