This commit is contained in:
duanxiaohai 2024-11-05 11:02:15 +08:00
parent 14c6af197e
commit ca022d7b11
2 changed files with 12 additions and 12 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -491,7 +491,7 @@ const routers = useRoute();
const chooseTitle = ref(1);
const visible = ref(false); //
const nonCompliance = ref(""); //
const chooseBfh = ref(0);//
const chooseBfh = ref(0); //
const search1 = reactive({
name: "",
date: "",
@ -618,7 +618,7 @@ const columnsList = reactive({
title: "新增低保人员",
id: 4,
col: "columns4",
url: "",
url: "/api/ggfwyth/pg/zcdbry",
},
{
title: "退出低保人员",
@ -782,23 +782,23 @@ const columnsList = reactive({
},
{
label: "姓名",
property: "ahap0016",
property: "xm",
width: "70",
fixed: "left",
},
{
label: "身份证",
property: "ahap0015",
property: "sfzhm",
width: "170",
},
{
label: "低保证号",
property: "ahax0003",
property: "jzzh",
width: "210",
},
{
label: "联系电话",
property: "azdf0011",
property: "sjhm",
width: "170",
},
{
@ -817,7 +817,7 @@ const columnsList = reactive({
},
{
label: "救助日期",
property: "bhax0033",
property: "jzrq",
width: "100",
},
],
@ -924,9 +924,9 @@ const onTypel = (val) => {
chooseTitle.value = val.id;
data.columns = columnsList["最低生活保障"][val.col];
data.url = val.url;
// data.pagination[val.id].current = 1;
// data.pagination2.total = 0;
// data.pagination2.current = 1;
search1.name = ""
search1.date = ""
search1.date1 = ""
if (val.id == 1) {
data.tableData1 = [];
personDetails();
@ -938,7 +938,7 @@ const onTypel = (val) => {
getRegisteredDB();
} else if (val.id == 4) {
data.tableData4 = [];
// getRegisteredDB();
getRegisteredDB();
} else if (val.id == 5) {
data.tableData5 = [];
getRegisteredDB();
@ -1001,7 +1001,7 @@ const getRegisteredDB = () => {
.then((res) => {
if (res.code == 200) {
const { value } = chooseTitle;
if ([2, 3, 5].includes(value)) {
if ([2, 3, 4, 5].includes(value)) {
console.log(value);
data[`tableData${value}`] = res.data;
data[`pagination${value}`].total = res.count; // total