update
1.新疆大屏新需求
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
const { getCenterInfo } = useUserStore();
|
||||
const props = defineProps({
|
||||
bKey: {
|
||||
type: Number,
|
||||
default: () => 0,
|
||||
type: String,
|
||||
default: () => '',
|
||||
},
|
||||
});
|
||||
const chooseType = ref('0');
|
||||
@@ -93,7 +93,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
const myChart = ref(null);
|
||||
const myChart = ref();
|
||||
function getData() {
|
||||
twoLApi({
|
||||
sex: chooseType.value,
|
||||
|
||||
Reference in New Issue
Block a user