This commit is contained in:
parent
0c35155b79
commit
1954299d50
|
@ -247,7 +247,7 @@ onBeforeMount(() => {
|
|||
// data.cxffrc.push((item.cxffrc / 10000).toFixed(0));
|
||||
// data.bg.push("");
|
||||
// });
|
||||
console.log(data.zgffrc, data.cxffrc);
|
||||
// console.log(data.zgffrc, data.cxffrc);
|
||||
getOption();
|
||||
setChart();
|
||||
}, 600);
|
||||
|
|
|
@ -278,7 +278,7 @@ const throttle = (func, limit) => {
|
|||
};
|
||||
|
||||
const searchT = (val) => {
|
||||
console.log(val);
|
||||
// console.log(val);
|
||||
if (val == "name") {
|
||||
getRegisteredDB();
|
||||
} else {
|
||||
|
@ -392,7 +392,6 @@ onMounted(() => {
|
|||
// data.tableData = JSON.parse(routers.query.personDetails);
|
||||
data.xh = routers.query.xh;
|
||||
data.bm = routers.query.bm;
|
||||
console.log(11, data.tableData);
|
||||
personDetails();
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -410,7 +410,6 @@ const handlePagination1 = (current) => {
|
|||
getTable(pagination1);
|
||||
};
|
||||
const handlePagination2 = (current) => {
|
||||
console.log("页数", current);
|
||||
pagination2.currentPage = current;
|
||||
getTable(pagination2);
|
||||
};
|
||||
|
|
|
@ -153,7 +153,6 @@ const showEchart = ref(false);
|
|||
const getData = async () => {
|
||||
await http.get("/api/ggfwyth/yysyOverview").then((res) => {
|
||||
if (res.code == 200) {
|
||||
console.log(res.data);
|
||||
data.csrs = res.data.csrs;
|
||||
data.yynbl = res.data.yynbl;
|
||||
|
||||
|
|
Loading…
Reference in New Issue