
--- client/views/pages/admin/databook/DataSelectList.vue
+++ client/views/pages/admin/databook/DataSelectList.vue
... | ... | @@ -126,7 +126,7 @@ |
126 | 126 |
postListSearch: { |
127 | 127 |
currentPage: 1, |
128 | 128 |
perPage: 10, |
129 |
- searchType: null, |
|
129 |
+ searchType: 'all', |
|
130 | 130 |
searchText: null, |
131 | 131 |
bbs_id: '0', |
132 | 132 |
ctgry_nm: null, |
--- client/views/pages/admin/mail/MailSelectList.vue
+++ client/views/pages/admin/mail/MailSelectList.vue
... | ... | @@ -76,7 +76,7 @@ |
76 | 76 |
mailListSearch: { |
77 | 77 |
currentPage: 1, |
78 | 78 |
perPage: 10, |
79 |
- searchType: null, |
|
79 |
+ searchType: 'all', |
|
80 | 80 |
searchText: null, |
81 | 81 |
sort: 'desc' |
82 | 82 |
}, |
--- client/views/pages/admin/networking/NetworkingSelectList.vue
+++ client/views/pages/admin/networking/NetworkingSelectList.vue
... | ... | @@ -76,7 +76,7 @@ |
76 | 76 |
companyListSearch: { |
77 | 77 |
currentPage: 1, |
78 | 78 |
perPage: 10, |
79 |
- searchType: null, |
|
79 |
+ searchType: 'all', |
|
80 | 80 |
searchText: null, |
81 | 81 |
sort: 'pick', |
82 | 82 |
}, |
--- client/views/pages/admin/news/NewsSelectList.vue
+++ client/views/pages/admin/news/NewsSelectList.vue
... | ... | @@ -75,7 +75,7 @@ |
75 | 75 |
postListSearch: { |
76 | 76 |
currentPage: 1, |
77 | 77 |
perPage: 10, |
78 |
- searchType: null, |
|
78 |
+ searchType: 'all', |
|
79 | 79 |
searchText: null, |
80 | 80 |
bbs_id: '1', |
81 | 81 |
sort: 'dt' |
--- client/views/pages/admin/notice/NoticeSelectList.vue
+++ client/views/pages/admin/notice/NoticeSelectList.vue
... | ... | @@ -92,7 +92,7 @@ |
92 | 92 |
postListSearch: { |
93 | 93 |
currentPage: 1, |
94 | 94 |
perPage: 10, |
95 |
- searchType: null, |
|
95 |
+ searchType: 'all', |
|
96 | 96 |
searchText: null, |
97 | 97 |
bbs_id: '2', |
98 | 98 |
sort: 'dt' |
--- client/views/pages/admin/popup/PopupSelectList.vue
+++ client/views/pages/admin/popup/PopupSelectList.vue
... | ... | @@ -94,7 +94,7 @@ |
94 | 94 |
popupListSearch: { |
95 | 95 |
currentPage: 1, |
96 | 96 |
perPage: 10, |
97 |
- searchType: null, |
|
97 |
+ searchType: 'all', |
|
98 | 98 |
searchText: null, |
99 | 99 |
sort: 'desc' |
100 | 100 |
}, |
--- client/views/pages/admin/technology/TechSelectList.vue
+++ client/views/pages/admin/technology/TechSelectList.vue
... | ... | @@ -118,7 +118,7 @@ |
118 | 118 |
postListSearch: { |
119 | 119 |
currentPage: 1, |
120 | 120 |
perPage: 10, |
121 |
- searchType: null, |
|
121 |
+ searchType: 'all', |
|
122 | 122 |
searchText: null, |
123 | 123 |
bbs_id: '3', |
124 | 124 |
ctgry_nm: null, |
--- client/views/pages/admin/wgcommunity/WgSelectList.vue
+++ client/views/pages/admin/wgcommunity/WgSelectList.vue
... | ... | @@ -119,7 +119,7 @@ |
119 | 119 |
postListSearch: { |
120 | 120 |
currentPage: 1, |
121 | 121 |
perPage: 10, |
122 |
- searchType: null, |
|
122 |
+ searchType: 'all', |
|
123 | 123 |
searchText: null, |
124 | 124 |
bbs_id: '4', |
125 | 125 |
ctgry_nm: null, |
--- client/views/pages/user/Data/Data.vue
+++ client/views/pages/user/Data/Data.vue
... | ... | @@ -136,7 +136,7 @@ |
136 | 136 |
postListSearch: { |
137 | 137 |
currentPage: 1, |
138 | 138 |
perPage: 10, |
139 |
- searchType: null, |
|
139 |
+ searchType: 'all', |
|
140 | 140 |
searchText: null, |
141 | 141 |
ctgry_nm: null, |
142 | 142 |
bbs_id: '0', |
--- client/views/pages/user/Data/Technology.vue
+++ client/views/pages/user/Data/Technology.vue
... | ... | @@ -111,7 +111,7 @@ |
111 | 111 |
postListSearch: { |
112 | 112 |
currentPage: 1, |
113 | 113 |
perPage: 9, |
114 |
- searchType: null, |
|
114 |
+ searchType: 'all', |
|
115 | 115 |
searchText: null, |
116 | 116 |
bbs_id: '3', |
117 | 117 |
sort: 'doc_dt' |
--- client/views/pages/user/community/News.vue
+++ client/views/pages/user/community/News.vue
... | ... | @@ -98,7 +98,7 @@ |
98 | 98 |
postListSearch: { |
99 | 99 |
currentPage: 1, |
100 | 100 |
perPage: 9, |
101 |
- searchType: null, |
|
101 |
+ searchType: 'all', |
|
102 | 102 |
searchText: null, |
103 | 103 |
bbs_id: '1', |
104 | 104 |
sort: 'dt' |
--- client/views/pages/user/community/Notice.vue
+++ client/views/pages/user/community/Notice.vue
... | ... | @@ -86,7 +86,7 @@ |
86 | 86 |
postListSearch: { |
87 | 87 |
currentPage: 1, |
88 | 88 |
perPage: 10, |
89 |
- searchType: null, |
|
89 |
+ searchType: 'all', |
|
90 | 90 |
searchText: null, |
91 | 91 |
bbs_id: '2', |
92 | 92 |
sort: 'dt' |
--- client/views/pages/user/community/Wgcommunity.vue
+++ client/views/pages/user/community/Wgcommunity.vue
... | ... | @@ -127,7 +127,7 @@ |
127 | 127 |
postListSearch: { |
128 | 128 |
currentPage: 1, |
129 | 129 |
perPage: 10, |
130 |
- searchType: null, |
|
130 |
+ searchType: 'all', |
|
131 | 131 |
searchText: null, |
132 | 132 |
bbs_id: '4', |
133 | 133 |
ctgry_nm: null |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?