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