Handy_Cao 2 년 전
부모
커밋
97812f1c4c
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 2
      src/packages/pc/views/query/capital/history/index.vue
  2. 1 2
      src/packages/pc/views/query/capital/list/index.vue

+ 0 - 2
src/packages/pc/views/query/capital/history/index.vue

@@ -58,9 +58,7 @@ filterOptons.buttonList = [
 filterOptons.selectList = [
     {
         key: 'operateType',
-        selectedValue: undefined,
         options: getOperateTypeSearchList(),
-        locked: true,
     }
 ]
 

+ 1 - 2
src/packages/pc/views/query/capital/list/index.vue

@@ -45,14 +45,13 @@ const tableColumns = shallowRef<Model.TableColumn[]>([
 
 filterOptons.buttonList = [
     { lable: '查询', className: 'el-button--info', onClick: () => onSearch() },
+    { lable: '重置', className: 'el-button--info', onClick: () => onSearch(true) }
 ]
 
 filterOptons.selectList = [
     {
         key: 'operateType',
-        selectedValue: undefined,
         options: getOperateTypeSearchList(),
-        locked: true,
     }
 ]