|
@@ -50,6 +50,7 @@ import {
|
|
|
} from "@/service/credit-information/commission-credit-information-manage/commission-credit-information-manage";
|
|
|
import {setLabelStaBottomEcharts,setLabelStaTopEcharts} from "@/echarts/option";
|
|
|
import {handleMes} from "@/units/element-ui/tip";
|
|
|
+import {InsertSyslog} from "@/units/use-method/user-log";
|
|
|
export default {
|
|
|
name: "CommissionCreditInformationManageHome",
|
|
|
components:{commonLayout},
|
|
@@ -67,6 +68,7 @@ export default {
|
|
|
pageSize:layoutRef.value.pageSize
|
|
|
}).then(res =>{
|
|
|
layoutRef.value.getResData(res.msg[0].Rows,res.msg[0].TotalRowCount);
|
|
|
+ InsertSyslog(localStorage.getItem("xyxx_usercode"),localStorage.getItem("xyxx_unitcode"), "信息查询", "委信用信息管理查询成功", "委信用信息管理", "")
|
|
|
let codeData = res.msg[0].Rows;
|
|
|
getTopEcharts(codeData);
|
|
|
})
|