This commit is contained in:
duanxiaohai 2024-10-22 09:32:05 +08:00
parent 0c35155b79
commit 1954299d50
5 changed files with 2 additions and 5 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -247,7 +247,7 @@ onBeforeMount(() => {
// data.cxffrc.push((item.cxffrc / 10000).toFixed(0)); // data.cxffrc.push((item.cxffrc / 10000).toFixed(0));
// data.bg.push(""); // data.bg.push("");
// }); // });
console.log(data.zgffrc, data.cxffrc); // console.log(data.zgffrc, data.cxffrc);
getOption(); getOption();
setChart(); setChart();
}, 600); }, 600);

View File

@ -278,7 +278,7 @@ const throttle = (func, limit) => {
}; };
const searchT = (val) => { const searchT = (val) => {
console.log(val); // console.log(val);
if (val == "name") { if (val == "name") {
getRegisteredDB(); getRegisteredDB();
} else { } else {
@ -392,7 +392,6 @@ onMounted(() => {
// data.tableData = JSON.parse(routers.query.personDetails); // data.tableData = JSON.parse(routers.query.personDetails);
data.xh = routers.query.xh; data.xh = routers.query.xh;
data.bm = routers.query.bm; data.bm = routers.query.bm;
console.log(11, data.tableData);
personDetails(); personDetails();
}); });
</script> </script>

View File

@ -410,7 +410,6 @@ const handlePagination1 = (current) => {
getTable(pagination1); getTable(pagination1);
}; };
const handlePagination2 = (current) => { const handlePagination2 = (current) => {
console.log("页数", current);
pagination2.currentPage = current; pagination2.currentPage = current;
getTable(pagination2); getTable(pagination2);
}; };

View File

@ -153,7 +153,6 @@ const showEchart = ref(false);
const getData = async () => { const getData = async () => {
await http.get("/api/ggfwyth/yysyOverview").then((res) => { await http.get("/api/ggfwyth/yysyOverview").then((res) => {
if (res.code == 200) { if (res.code == 200) {
console.log(res.data);
data.csrs = res.data.csrs; data.csrs = res.data.csrs;
data.yynbl = res.data.yynbl; data.yynbl = res.data.yynbl;