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