|
@@ -38,6 +38,7 @@ import {
|
|
import PolicyRegulationInformationSettingDialog
|
|
import PolicyRegulationInformationSettingDialog
|
|
from "@/views/main/c-views/policy-and-regulation-manage/policy-regulation-information/PolicyRegulationInformationSettingDialog.vue";
|
|
from "@/views/main/c-views/policy-and-regulation-manage/policy-regulation-information/PolicyRegulationInformationSettingDialog.vue";
|
|
import {handleMes} from "@/units/element-ui/tip";
|
|
import {handleMes} from "@/units/element-ui/tip";
|
|
|
|
+import {InsertSyslog} from "@/units/use-method/user-log";
|
|
export default {
|
|
export default {
|
|
name: "PolicyRegulationInformation",
|
|
name: "PolicyRegulationInformation",
|
|
components:{PolicyRegulationInformationSettingDialog, CommonLayout},
|
|
components:{PolicyRegulationInformationSettingDialog, CommonLayout},
|
|
@@ -61,6 +62,7 @@ export default {
|
|
pageIndex:layoutRef.value.pageIndex,
|
|
pageIndex:layoutRef.value.pageIndex,
|
|
pageSize:layoutRef.value.pageSize
|
|
pageSize:layoutRef.value.pageSize
|
|
}).then(res =>{
|
|
}).then(res =>{
|
|
|
|
+ InsertSyslog(localStorage.getItem("xyxx_usercode"),localStorage.getItem("xyxx_unitcode"),"信息查询", "政策法规信息查询成功", "政策法规信息", "")
|
|
layoutRef.value.getResData(res.msg[0].Rows,res.msg[0].TotalRowCount)
|
|
layoutRef.value.getResData(res.msg[0].Rows,res.msg[0].TotalRowCount)
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -75,6 +77,7 @@ export default {
|
|
}).then(res =>{
|
|
}).then(res =>{
|
|
handleMes(res,() => {
|
|
handleMes(res,() => {
|
|
getTableData();
|
|
getTableData();
|
|
|
|
+ InsertSyslog(localStorage.getItem("xyxx_usercode"),localStorage.getItem("xyxx_unitcode"),"信息删除", "政策法规信息删除成功", "政策法规信息", "")
|
|
})
|
|
})
|
|
})
|
|
})
|
|
}
|
|
}
|