|
@@ -160,11 +160,9 @@ export default {
|
|
|
useConfirm(prop) {
|
|
|
this.hide();
|
|
|
|
|
|
- console.log(prop,'prop-----------');
|
|
|
const {
|
|
|
$props: { source, checkbox, valueKey, dataMapping },
|
|
|
} = this;
|
|
|
- console.log(checkbox,'checkbox');
|
|
|
|
|
|
if (checkbox) {
|
|
|
this.selectData = [...prop];
|