liuhj 8 miesięcy temu
rodzic
commit
3edbf8c0d7
1 zmienionych plików z 4 dodań i 0 usunięć
  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);
                 }