Explorar o código

0918物资审

liuhj hai 8 meses
pai
achega
3edbf8c0d7
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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);
                 }