소스 검색

0918物资审

liuhj 8 달 전
부모
커밋
3edbf8c0d7
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/components/OP/SuppliesInventory.vue

+ 4 - 0
src/components/OP/SuppliesInventory.vue

@@ -1287,6 +1287,10 @@ export default {
                         message: res.data.msg
                     });
                     that.GoodsReceiveLists();
+                    if(that.tableData.length>0){
+                        that.GoodsList();
+                    }
+                    
                 }else{
                     that.$message.error(res.data.msg);
                 }