Merge remote-tracking branch 'origin/main'

This commit is contained in:
liqiang-fit2cloud 2022-10-17 14:53:03 +08:00
commit 97922fba73
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ export default {
if (repeatKey !== "") {
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.$emit('change', this.variables);

View File

@ -403,7 +403,7 @@ export default {
name: '',
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 {listObject, itemCount} = data;
this.memberLineData = listObject;