ZaiZai 1 년 전
부모
커밋
8acaa86b28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system/post.vue

+ 1 - 1
src/views/system/post.vue

@@ -101,7 +101,7 @@ const getDataApi = async () => {
 }
 
 //搜索表单
-const searchType = ref('code')
+const searchType = ref('postCode')
 const searchName = ref('')
 const searchForm = ref({ current: 1, size: 30, total: 0 })