style(系统设置):完善国际化
This commit is contained in:
parent
5aae143fcd
commit
d615047399
|
@ -285,7 +285,7 @@
|
||||||
},
|
},
|
||||||
exportJSON() {
|
exportJSON() {
|
||||||
if (this.selectRows.length < 1) {
|
if (this.selectRows.length < 1) {
|
||||||
this.$warning('请选择想要导出的环境');
|
this.$warning(this.$t('api_test.environment.select_environment'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//拷贝一份选中的数据,不然下面删除id和projectId的时候会影响原数据
|
//拷贝一份选中的数据,不然下面删除id和projectId的时候会影响原数据
|
||||||
|
|
Loading…
Reference in New Issue