\documentclass[11pt]{book}
%\usepackage[T1]{fontenc}
\usepackage{enumitem}
\usepackage{theoremref}
\usepackage{xepersian}
\newtheorem{theorem}{قضیه}[chapter]
\renewcommand{\baselinestretch}{1.3}
\settextfont[Scale=1]{Yas}
\setdigitfont[Scale=1]{Yas}
\setlatintextfont{Times New Roman}
\begin{document}
\chapter{انتگرال}
\section{انتگرالهای چندگانه}
 \begin{theorem}\thlabel{theorem1.1}
سلام
\end{theorem}
 \begin{theorem}\thlabel{theorem1.2}
سلام
\end{theorem}
 \begin{theorem}\thlabel{theorem1.3}
سلام
\end{theorem}
 \begin{theorem}\thlabel{theorem1.4}
سلام
\end{theorem}
بنا به 
\thref{theorem1.1}
\newline
بنا به 
\thref{theorem1.2}
\newline
بنا به 
\thref{theorem1.3}
\newline
بنا به 
\thref{theorem1.4}
 \end{document}