ZaiZai 1 rok pred
rodič
commit
2c0f81162e

+ 1 - 1
src/views/project/admin/list.vue

@@ -126,7 +126,7 @@ const getTableData = async () => {
 //项目阶段
 const stateOptions = ref([])
 const getProStation = async () => {
-    stateOptions.value = await getDictionaryData('projectStage', true)
+    stateOptions.value = await getDictionaryData('workFocusStage', true)
 
 }
 //项目类型

+ 1 - 1
src/views/project/gist/list.vue

@@ -53,7 +53,7 @@ onMounted(() => {
 
 //获取接口数据
 const getDataApi = async () => {
-    projectStage.value = await getDictionaryData('projectStage', true)
+    projectStage.value = await getDictionaryData('workFocusStage', true)
     searchClick()
 }