Commit af0138e4 authored by youjie's avatar youjie

no message

parent cb53937f
......@@ -1477,8 +1477,8 @@
import dmcTravelBill from './FinancialSubmodule/DmcTravelBillModule'; //线路
import CostmonthDetails from './components/CostmonthDetails';
import RollCall from './components/RollCall'
import UserCredit from './components/UserCredit';
import RollCall from './components/RollCall'
export default {
data() {
return {
......
......@@ -722,7 +722,6 @@ export default {
this.RollCallListAll = res.data.data
this.RollCallListLess = res.data.data.filter((item,index) => index<3)
this.RollCallList = this.RollCallListLess
console.log(this.RollCallList[0],'=====')
}else{
this.$message.error(res.data.message);
}
......
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