Renxy 2 年 前
コミット
d7d6c400b0
1 ファイル変更6 行追加1 行削除
  1. 6 1
      src/pages/ContractManager/index.jsx

+ 6 - 1
src/pages/ContractManager/index.jsx

@@ -402,7 +402,12 @@ const ConteactManager = (props) => {
                 project_name: e,
               });
             }}
-            options={projectNameList}
+            options={projectData?.list?.map((item) => {
+              return {
+                value: item.project_name,
+                label: item.project_name,
+              };
+            })}
           />
         </div>
         <div className={styles.itemFlex}>