sbjw
2026-01-19 5159b1f9f30ea4135afb1542ad5b454907a68698
src/example/ExampleDrawPage.js
@@ -10,6 +10,7 @@
    optionObjs = {
        "目标简标": {
            code: '123123',
            bz: true,
            bzlx: 'simple',
            jbwb: 'R:00017',
@@ -239,6 +240,7 @@
            .then(mdText => {
                this.setState({htmlString: window.marked.parse(mdText)});
            });
        this.showOptions();
    }
    showOptions = () => {