Browse Source

工作重点填写下拉框

duy 2 months ago
parent
commit
a05b60917b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderer/src/views/project/gist/create.vue

+ 1 - 1
src/renderer/src/views/project/gist/create.vue

@@ -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 = {