Commit 727c520f authored by WangRui's avatar WangRui

[feature]页面代码调整

parent f571dba6
...@@ -45,7 +45,6 @@ let listValue = $ref([]); ...@@ -45,7 +45,6 @@ let listValue = $ref([]);
const getList = async () => { const getList = async () => {
// 下拉重置参数,重新加载 // 下拉重置参数,重新加载
let res = await api.getProjectList({userId: window.localStorage.getItem('userId')}); let res = await api.getProjectList({userId: window.localStorage.getItem('userId')});
console.log('hha', res);
let list = [] let list = []
if(res.success){ if(res.success){
list = res.rows.map(item => ({ list = res.rows.map(item => ({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment