Browse Source

0918物资审

liuhj 7 months ago
parent
commit
3edbf8c0d7
1 changed files with 4 additions and 0 deletions
  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);
                 }