diff --git a/src/views/task_type/edit.vue b/src/views/task_type/edit.vue
index eed198d..b4413c8 100644
--- a/src/views/task_type/edit.vue
+++ b/src/views/task_type/edit.vue
@@ -12,8 +12,8 @@
-
-
+
+
@@ -22,14 +22,7 @@
-
-
-
+
@@ -70,7 +63,7 @@ const popupTitle = computed(() => {
const formData = reactive({
id: '',
dataid: '',
- project: '',
+ cost_project_id: '',
num: '',
name: '',
superior_sort: '',
diff --git a/src/views/task_type/index.vue b/src/views/task_type/index.vue
index 1791f3e..a1de2eb 100644
--- a/src/views/task_type/index.vue
+++ b/src/views/task_type/index.vue
@@ -6,12 +6,6 @@
:model="queryParams"
inline
>
-
-
-
-
-
-
查询
@@ -37,14 +31,10 @@
-
+
-
-
-
-
-
+
@@ -93,8 +83,7 @@ const showEdit = ref(false)
// 查询条件
const queryParams = reactive({
- num: '',
- name: '',
+
})
// 选中数据
@@ -106,7 +95,7 @@ const handleSelectionChange = (val: any[]) => {
}
// 获取字典数据
-const { dictData } = useDictData('superior_category')
+const { dictData } = useDictData('')
// 分页相关
const { pager, getLists, resetParams, resetPage } = usePaging({