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({
-    selectedType: 1, typeValue: '', statusValue: '', batchValue: '', queryValue: '', startTimeValue: '', endTimeValue: '',
+    selectedType: 1, typeValue: '', statusValue: '4', batchValue: '', queryValue: '', startTimeValue: '', endTimeValue: '',
     current: 1, size: 100, total: 0,
 })