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

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

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

Loading…
Cancel
Save