Method $1$: (merely elaborating on the comment)
Let $K$ be a field, and $F\subseteq K$ a subfield (e.g. rationals and reals), and let $1\leq k \leq n$. Given $v_1, \dots, v_k \in F^n$, store them in a $k\times n$ matrix $B$. Now, we can regard $B$ as an element in $M_{k\times n}(F)$ or $M_{k\times n}(K)$, and your question is really asking if:
\begin{align}
\dim_F[\text{image}_F(B)] &\stackrel{?}{=} \dim_K[\text{image}_K(B)]
\end{align}
(hopefully it's clear with the subscripts of fields that your $V$ is just $\text{image}_F(B)$ etc.)
The answer is yes, because
\begin{align}
\dim_F[\text{image}_F(B)] &= \text{no. of non-zero rows in RREF of $B$ over $F$} \\
&= \text{no. of non-zero rows in RREF of $B$ over $K$} \\
&= \dim_K[\text{image}_K(B)]
\end{align}
The first (and third) equal signs are true because when we calculate the RREF of a matrix, all we do is perform elementary row operations (which amounts to multiplying $B$ by an invertible matrix; i.e on the level of transformations, we're composing by an appropriate isomorphism, and these of course preserve the dimension of all subspaces).
The second equal sign follows from the fact that the RREF of $B$ whether calculated over $F$ or $K$ is the exact same matrix of $0$'s and $1$'s. To see why, just look at the process for how one calculates the RREF; these operations of adding rows/scaling by multiples or whatever can all be regarded as performing arithmetic in the smaller field $F$.
The second approach is of course the one using determinants given in @user8675309's excellent answer. The determinant of a square matrix, has an explicit formula, which involves only the entries of the matrix. In this case all these entries come from the smaller field $F$. Therefore, the determinant of EVERY $s\times s$ submatrix of $B$ yields the same number (which will of course be an element of $F$), hence the rank of $B$ whether calculated over $F$ or over $K$ yields the same answer.