代码更新
This commit is contained in:
@@ -167,6 +167,9 @@ export default {
|
|||||||
})
|
})
|
||||||
}, 100)
|
}, 100)
|
||||||
},
|
},
|
||||||
|
[CRUD.HOOK.afterRefresh]() {
|
||||||
|
this.open()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -159,6 +159,9 @@ export default {
|
|||||||
this.$emit('update:dialogShow', false)
|
this.$emit('update:dialogShow', false)
|
||||||
this.$emit('selectUsers', this.rows)
|
this.$emit('selectUsers', this.rows)
|
||||||
// console.log(this.rows)
|
// console.log(this.rows)
|
||||||
|
},
|
||||||
|
[CRUD.HOOK.afterRefresh]() {
|
||||||
|
this.open()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user