瀏覽代碼

update

master
cyril.tsui 1 年之前
父節點
當前提交
2dd7889668
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js 查看文件

@@ -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();
}



Loading…
取消
儲存