File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
frontend/src/views/system Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ const search = () => {
188188 toggleRowLoading .value = true
189189 fieldList .value = res .items
190190 pageInfo .total = res .total
191+ searchLoading .value = false
191192 nextTick (() => {
192193 handleToggleRowSelection ()
193194 })
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ const search = () => {
141141 toggleRowLoading .value = true
142142 fieldList .value = res .items
143143 pageInfo .total = res .total
144+ searchLoading .value = false
144145 nextTick (() => {
145146 handleToggleRowSelection ()
146147 })
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ const search = () => {
185185 toggleRowLoading .value = true
186186 fieldList .value = res .data
187187 pageInfo .total = res .total_count
188+ searchLoading .value = false
188189 nextTick (() => {
189190 handleToggleRowSelection ()
190191 })
Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ const search = () => {
201201 toggleRowLoading .value = true
202202 fieldList .value = res .data
203203 pageInfo .total = res .total_count
204+ searchLoading .value = false
204205 nextTick (() => {
205206 handleToggleRowSelection ()
206207 })
You can’t perform that action at this time.
0 commit comments