router hash --> web 完善 utterances 集成

This commit is contained in:
就眠儀式
2021-12-16 00:42:43 +08:00
parent 9e828af4ed
commit d2ae215227
7 changed files with 12 additions and 18 deletions

View File

@@ -44,7 +44,7 @@ const allLeftChange = function (checked: any) {
watch(
leftSelectedKeys,
function () {
() => {
if (
leftDataSource.value.length === leftSelectedKeys.value.length &&
leftDataSource.value.length != 0
@@ -70,7 +70,7 @@ const allRightChange = function (checked: any) {
watch(
rightSelectedKeys,
function () {
() => {
if (
rightDataSource.value.length === rightSelectedKeys.value.length &&
rightDataSource.value.length != 0