|
|
|
@ -137,7 +137,6 @@ export default {
|
|
|
|
|
if (!err) {
|
|
|
|
|
console.log('Received values of form: ', values)
|
|
|
|
|
const data = { ...{ columns: res }, ...values }
|
|
|
|
|
debugger
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
this.$emit('ok', data)
|
|
|
|
|
this.handleCancel()
|
|
|
|
@ -171,17 +170,14 @@ export default {
|
|
|
|
|
// or, you can remove all expanded children keys.
|
|
|
|
|
this.expandedKeys = expandedKeys
|
|
|
|
|
this.autoExpandParent = false
|
|
|
|
|
debugger
|
|
|
|
|
},
|
|
|
|
|
onCheck(checkedKeys) {
|
|
|
|
|
console.log('onCheck', checkedKeys)
|
|
|
|
|
this.checkedKeys = checkedKeys
|
|
|
|
|
debugger
|
|
|
|
|
},
|
|
|
|
|
onSelect(selectedKeys, info) {
|
|
|
|
|
console.log('onSelect', info)
|
|
|
|
|
this.selectedKeys = selectedKeys
|
|
|
|
|
debugger
|
|
|
|
|
},
|
|
|
|
|
onCheckAllChange() {
|
|
|
|
|
console.log('== 全选 ==')
|
|
|
|
|