Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
97922fba73
|
@ -194,7 +194,7 @@ export default {
|
||||||
if (repeatKey !== "") {
|
if (repeatKey !== "") {
|
||||||
this.$warning(this.$t('api_test.environment.common_config') + "【" + repeatKey + "】" + this.$t('load_test.param_is_duplicate'));
|
this.$warning(this.$t('api_test.environment.common_config') + "【" + repeatKey + "】" + this.$t('load_test.param_is_duplicate'));
|
||||||
}
|
}
|
||||||
if (isNeedCreate && !repeatKey) {
|
if (isNeedCreate) {
|
||||||
this.variables.push(new KeyValue({enable: true, id: getUUID(), type: 'CONSTANT'}));
|
this.variables.push(new KeyValue({enable: true, id: getUUID(), type: 'CONSTANT'}));
|
||||||
}
|
}
|
||||||
this.$emit('change', this.variables);
|
this.$emit('change', this.variables);
|
||||||
|
|
|
@ -403,7 +403,7 @@ export default {
|
||||||
name: '',
|
name: '',
|
||||||
projectId: row.id
|
projectId: row.id
|
||||||
};
|
};
|
||||||
getProjectMemberPages(this.currentPage, this.pageSize, row.workspaceId, param).then(res => {
|
getProjectMemberPages(this.dialogCurrentPage, this.dialogPageSize, row.workspaceId, param).then(res => {
|
||||||
let data = res.data;
|
let data = res.data;
|
||||||
let {listObject, itemCount} = data;
|
let {listObject, itemCount} = data;
|
||||||
this.memberLineData = listObject;
|
this.memberLineData = listObject;
|
||||||
|
|
Loading…
Reference in New Issue