Showing
1 changed file
with
1 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-06-29 18:18:02 | 2 | * @Date: 2022-06-29 18:18:02 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-02-16 10:20:19 | 4 | + * @LastEditTime: 2023-02-16 16:12:54 |
| 5 | * @FilePath: /data-table/src/views/success.vue | 5 | * @FilePath: /data-table/src/views/success.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -62,7 +62,6 @@ const richText = '<div style="font-weight: bold;">123</div>' | ... | @@ -62,7 +62,6 @@ const richText = '<div style="font-weight: bold;">123</div>' |
| 62 | 62 | ||
| 63 | onMounted(() => { | 63 | onMounted(() => { |
| 64 | $('body').css('backgroundColor', 'white'); | 64 | $('body').css('backgroundColor', 'white'); |
| 65 | - console.warn(successInfo.value); | ||
| 66 | }); | 65 | }); |
| 67 | 66 | ||
| 68 | const handle = () => { | 67 | const handle = () => { | ... | ... |
-
Please register or login to post a comment