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