feature/comment-0615-ch
ch 2 years ago
parent 953aa1b824
commit a0173283ae

@ -144,7 +144,6 @@
}
}
};
getDetail();
onActivated(getDetail);
/**
* 点击回复设置当前回复对象以及输入框提示

@ -2,10 +2,11 @@
* @Author: ch
* @Date: 2022-06-15 17:29:32
* @LastEditors: ch
* @LastEditTime: 2022-06-28 17:48:42
* @LastEditTime: 2022-06-30 15:59:57
* @Description: file content
-->
<template>
<div>
<table-list
v-loading="loading"
:operation="['search']"
@ -72,6 +73,7 @@
</div>
</template>
</table-list>
</div>
</template>
<script setup lang="jsx">
import ElButton from '@/components/extra/ElButton.vue';
@ -102,7 +104,7 @@
const allShowHideVal = ref(true);
store.dispatch('comment/search', { pagingCode: _pagingCode });
onActivated(() => handleSearch);
onActivated(handleSearch);
/**
* 搜索

Loading…
Cancel
Save