|
@@ -31,7 +31,6 @@ import {rewardsAndPunishmentsMeasureManageHeader} from "@/data/all-table-header"
|
|
|
import {rewardsAndPunishmentsMeasureManage} from "@/data/all-form";
|
|
|
import {Plus, Search} from "@element-plus/icons-vue"
|
|
|
import {useDetailOrEdit} from "@/units/use-method/usePagination";
|
|
|
-import {proSelectXyxxBwl} from "@/service/policy-and-regulation-manage/memorandum-manage/memorandum-manage";
|
|
|
import RewardsAndPunishmentsMeasureManageSettingDialog
|
|
|
from "@/views/main/c-views/combined-rewards-and-punishments/rewards-and-punishments-measure-manage/RewardsAndPunishmentsMeasureManageSettingDialog.vue";
|
|
|
import {
|
|
@@ -39,6 +38,7 @@ import {
|
|
|
proSelectXyxxJccs
|
|
|
} from "@/service/combined-rewards-and-punishments/rewards-and-punishments-measure-manage/rewards-and-punishments-measure-manage";
|
|
|
import {handleMes} from "@/units/element-ui/tip";
|
|
|
+import {InsertSyslog} from "@/units/use-method/user-log";
|
|
|
export default {
|
|
|
name: "RewardsAndPunishmentsMeasureManage",
|
|
|
components:{RewardsAndPunishmentsMeasureManageSettingDialog, CommonLayout},
|
|
@@ -60,6 +60,7 @@ export default {
|
|
|
pageIndex:layoutRef.value.pageIndex,
|
|
|
pageSize:layoutRef.value.pageSize
|
|
|
}).then(res =>{
|
|
|
+ InsertSyslog(localStorage.getItem("xyxx_usercode"),localStorage.getItem("xyxx_unitcode"), "信息查询", "奖惩措施管理查询成功", "奖惩措施管理", "")
|
|
|
layoutRef.value.getResData(res.msg[0].Rows,res.msg[0].TotalRowCount)
|
|
|
})
|
|
|
}
|
|
@@ -73,6 +74,7 @@ export default {
|
|
|
code:data.CSID
|
|
|
}).then(res =>{
|
|
|
handleMes(res,() => {
|
|
|
+ InsertSyslog(localStorage.getItem("xyxx_usercode"),localStorage.getItem("xyxx_unitcode"), "信息删除", "奖惩措施管理删除成功", "奖惩措施管理", "")
|
|
|
getTableData();
|
|
|
})
|
|
|
})
|