sbjw
6 days ago eae19e6a9286748340778d9a154704ec5f26eea8
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 = () => {