mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
讲师费用Fee , log 日志 , 监听日志 当弹框弹起 获取数据分析
This commit is contained in:
@@ -195,7 +195,8 @@ watch(()=>props.visible,(val)=>{
|
|||||||
}
|
}
|
||||||
).then(res=>{
|
).then(res=>{
|
||||||
if(res.data.code === 200){
|
if(res.data.code === 200){
|
||||||
forData.value = res.data.data
|
forData.value = res.data.data;
|
||||||
|
console.log("getListByAffiliation gx forData.value ",forData.value)
|
||||||
forData.value.forEach((item,i) => {
|
forData.value.forEach((item,i) => {
|
||||||
searchConditions.value.push({ nameUserNo: '', dateValue: [] });
|
searchConditions.value.push({ nameUserNo: '', dateValue: [] });
|
||||||
expenseList.value.push(forData.value[i]?.expenseList || [])
|
expenseList.value.push(forData.value[i]?.expenseList || [])
|
||||||
|
|||||||
Reference in New Issue
Block a user