浏览代码

任务查看修改

duy 8 月之前
父节点
当前提交
c02a21a5e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/tasks/hc-data.vue

+ 1 - 1
src/views/tasks/hc-data.vue

@@ -98,7 +98,7 @@ const tabsClick = ({ key }) => {
 
 
 //搜索条件
 //搜索条件
 const searchForm = ref({
 const searchForm = ref({
-    selectedType: 1, typeValue: '', statusValue: '', batchValue: '', queryValue: '', startTimeValue: '', endTimeValue: '',
+    selectedType: 1, typeValue: '', statusValue: '4', batchValue: '', queryValue: '', startTimeValue: '', endTimeValue: '',
     current: 1, size: 100, total: 0,
     current: 1, size: 100, total: 0,
 })
 })