vue2-client 1.8.207 → 1.8.208

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.207",
3
+ "version": "1.8.208",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -194,7 +194,7 @@ export default {
194
194
  ...mapState('account', { currUser: 'user' })
195
195
  },
196
196
  mounted () {
197
- if (this.configNameForLowCode !== undefined) {
197
+ if (this.configNameForLowCode !== undefined && this.systemNameForLowCode !== undefined) {
198
198
  getConfigByName(this.configNameForLowCode, this.systemNameForLowCode, (res) => {
199
199
  this.init({
200
200
  formItems: res.formJson,