hookehuyr

fix

<!--
* @Date: 2022-06-29 18:18:02
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-02-16 10:20:19
* @LastEditTime: 2023-02-16 16:12:54
* @FilePath: /data-table/src/views/success.vue
* @Description: 文件描述
-->
......@@ -62,7 +62,6 @@ const richText = '<div style="font-weight: bold;">123</div>'
onMounted(() => {
$('body').css('backgroundColor', 'white');
console.warn(successInfo.value);
});
const handle = () => {
......