Handy_Cao пре 2 година
родитељ
комит
97812f1c4c

+ 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,
     }
 ]