Kaynağa Gözat

update

master
cyril.tsui 1 yıl önce
ebeveyn
işleme
2dd7889668
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js Dosyayı Görüntüle

@@ -44,7 +44,7 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => {

function resetForm() {
setType([]);
setStatus({ key: 0, label: 'All', labelCht: "全部", type: 'all' });
setStatus([{ key: 0, label: 'All', labelCht: "全部", type: 'all' }]);
reset();
}



Yükleniyor…
İptal
Kaydet