cloud-web-corejs 1.0.217 → 1.0.218

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.217",
4
+ "version": "1.0.218",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -116,7 +116,7 @@ export default {
116
116
  this.initLanguageSetting();
117
117
  },
118
118
  mounted() {
119
- this.getBdEnv();
119
+ // this.getBdEnv();
120
120
  this.getData();
121
121
  },
122
122
  methods: {
@@ -32,7 +32,7 @@
32
32
  <tableForm :formData.sync="formData" @searchEvent="searchEvent" @resetEvent="resetEvent">
33
33
  <template #buttonLeft>
34
34
  <vxe-button status="primary" class="button-sty" icon="el-icon-plus"
35
- @click="openFieldTranslationEditDialog()" :disabled="!currentDataType.id">
35
+ @click="openFieldTranslationEditDialog()" :disabled="!currentDataType.id" v-if="isDev">
36
36
  {{ $t1('新增') }}
37
37
  </vxe-button>
38
38
  <base-table-export :option="{ title: $t1('多语言'), targetRef: 'table-m1'}"
@@ -191,7 +191,7 @@ export default {
191
191
  }
192
192
  });*/
193
193
  await this.initLanguageSetting();
194
- this.getBdEnv();
194
+ // this.getBdEnv();
195
195
  this.initTableList();
196
196
  },
197
197
  methods: {