update
1.修改查看健康终端报警,不需要时间筛选
This commit is contained in:
@@ -80,18 +80,17 @@
|
|||||||
const userStore = useUserStore();
|
const userStore = useUserStore();
|
||||||
|
|
||||||
console.log(props.timeInterval);
|
console.log(props.timeInterval);
|
||||||
// const formState = computed(() => ({
|
const formState = computed(() => ({
|
||||||
// dataType: props.setting.dataType,
|
dataType: props.setting.dataType,
|
||||||
|
// orgCode: props.setting?.orgCode,
|
||||||
|
orgCodeList: userStore.getCenterInfo?.serviceScope,
|
||||||
|
}));
|
||||||
|
// const formState = ref({
|
||||||
|
// dataType: props.setting?.dataType,
|
||||||
// // orgCode: props.setting?.orgCode,
|
// // orgCode: props.setting?.orgCode,
|
||||||
// orgCodeList: userStore.getCenterInfo?.serviceScope,
|
// orgCodeList: userStore.getCenterInfo?.serviceScope,
|
||||||
// ...props.timeInterval,
|
// ...props.timeInterval,
|
||||||
// }));
|
// });
|
||||||
const formState = ref({
|
|
||||||
dataType: props.setting?.dataType,
|
|
||||||
// orgCode: props.setting?.orgCode,
|
|
||||||
orgCodeList: userStore.getCenterInfo?.serviceScope,
|
|
||||||
...props.timeInterval,
|
|
||||||
});
|
|
||||||
const { visible, closeDialog, openDialog } = useDialog({ title: props.title });
|
const { visible, closeDialog, openDialog } = useDialog({ title: props.title });
|
||||||
const registerTable = ref();
|
const registerTable = ref();
|
||||||
// watch(props, (v, o) => {
|
// watch(props, (v, o) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user