修改小问题
This commit is contained in:
parent
0d446aaf31
commit
5801cbee71
|
@ -112,7 +112,8 @@ import pick from 'lodash.pick'
|
|||
indexName: '',
|
||||
columnName: '',
|
||||
indexTypeId: 0
|
||||
},
|
||||
};
|
||||
this.checkedList =[];
|
||||
this.getQuerytableColumns()
|
||||
},
|
||||
edit (schemaMass,tableName,record) {
|
||||
|
@ -147,7 +148,7 @@ import pick from 'lodash.pick'
|
|||
that.visible =false;
|
||||
that.$emit('ok');
|
||||
} else {
|
||||
that.$message.warning(res.result);
|
||||
that.$message.warning(res.message);
|
||||
}
|
||||
that.confirmLoading = false;
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user