src/views/billprint/index.jsx
@@ -455,13 +455,23 @@ } reload = () => { const { tempId } = this.state this.setState({ loadingview: true, pages: null, data: '', config: null }, () => { this.getMenuParam() Api.deleteMenuStorage(tempId) setTimeout(() => { this.getMenuParam() }, 50) // Api.getAppVersion(tempId).then(() => { // this.getMenuParam() // }, () => { // this.getMenuParam() // }) }) }