Commit a37ead2e by panjiangyi

修复报错

parent ae83265e
Showing with 1 additions and 1 deletions
......@@ -40,7 +40,7 @@ export default class ChatModelDetail extends Vue {
})
private readonly name!: string;
private detailData: DetailTypes.getDetailRequestResult["meta"]["header"]["field_groups"];
private detailData: DetailTypes.getDetailRequestResult["meta"]["header"]["field_groups"] | null = null
private mock = [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment