Skip to content

Commit 7f6df62

Browse files
committed
feat(prompt): add prompt
1 parent fd99442 commit 7f6df62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/views/system/prompt/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ const handleChange = () => {
322322
323323
const typeChange = (val: any) => {
324324
currentType.value = val
325+
pageInfo.currentPage = 0
326+
search()
325327
}
326328
</script>
327329

0 commit comments

Comments
 (0)