提交 14c8cd9d authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 94100403
......@@ -20,7 +20,7 @@ const emit = defineEmits<{
const userStore = useUserStore()
const disabled = computed(() => userStore.status)
const disabled = computed(() => userStore.status.tag_status)
const statusList = useMapStore().getMapValuesByKey('system_status')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论