|
@@ -74,7 +74,7 @@ onMounted(() => {
|
|
|
//获取接口数据
|
|
|
const projectStage = ref([])
|
|
|
const getDataApi = async () => {
|
|
|
- projectStage.value = await getDictionaryData('projectStage', true)
|
|
|
+ projectStage.value = await getDictionaryData('workFocusStage', true)
|
|
|
const form = getObjValue(formInfo.value)
|
|
|
if (!isNullES(form.id)) {
|
|
|
baseForm.value = {
|