mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
讲师费用Fee , log 日志 , 处理 激活状态
This commit is contained in:
@@ -199,6 +199,11 @@ watch(()=>props.visible,(val)=>{
|
||||
forData.value = res.data.data;
|
||||
console.log("getListByAffiliation gx forData.value ",forData.value)
|
||||
console.log("getListByAffiliation gx forData.value value",forData.value)
|
||||
//todo1 , 只有一个处理 初始化 处理数据 ,进行 激活处理
|
||||
if(forData.value.length == 1){
|
||||
activeList.value.push(forData.value[0]);
|
||||
}
|
||||
|
||||
forData.value.forEach((item,i) => {
|
||||
searchConditions.value.push({ nameUserNo: '', dateValue: [] });
|
||||
expenseList.value.push(forData.value[i]?.expenseList || [])
|
||||
|
||||
Reference in New Issue
Block a user