|
@@ -24,6 +24,7 @@ import {
|
|
|
} from "@/service/credit-information/city-credit-information-platform-search/city-credit-information-platform-search";
|
|
|
import {handleMes} from "@/units/element-ui/tip";
|
|
|
import {useRootStore} from "@/pinia/useStore";
|
|
|
+import {InsertSyslog} from "@/units/use-method/user-log";
|
|
|
export default {
|
|
|
name: "CityCreditInformationPlatformSearchHome",
|
|
|
components:{commonLayout},
|
|
@@ -57,6 +58,7 @@ export default {
|
|
|
"isphoto":"0"
|
|
|
}).then(res =>{
|
|
|
let originData = [];
|
|
|
+ InsertSyslog(localStorage.getItem("xyxx_usercode"),localStorage.getItem("xyxx_unitcode"),"信息查询", "市信用信息查询成功查询成功", "市信用信息查询", layoutRef.value.form.ZTNAME)
|
|
|
if(res.data.length > 0){
|
|
|
detailData.value = res.data;
|
|
|
originData.push(res.data[0]["xydaBasicData"][0]["tabulardata"][0]);
|
|
@@ -72,6 +74,7 @@ export default {
|
|
|
"isphoto":"1"
|
|
|
}).then(res =>{
|
|
|
let originData = [];
|
|
|
+ InsertSyslog(localStorage.getItem("xyxx_usercode"),localStorage.getItem("xyxx_unitcode"),"信息查询", "市信用信息查询成功查询成功", "市信用信息查询", layoutRef.value.form.ZTNAME)
|
|
|
if(res.data.length > 0){
|
|
|
detailData.value = res.data;
|
|
|
originData.push(res.data[0]["xydaBasicData"][0]["tabulardata"][0]);
|