houyaf 3 년 전
부모
커밋
35a3c6aeed
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/system/setting/task_cat/index.vue

+ 1 - 0
src/views/system/setting/task_cat/index.vue

@@ -13,6 +13,7 @@ const state = reactive({
   search: {
     keywords: '',
   },
+
   // 列表数据
   dataList: [],
 })