Browse Source

修改bug

Renxy 2 years ago
parent
commit
d7d6c400b0
1 changed files with 6 additions and 1 deletions
  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}>