Commit 30bd26a7 authored by 左玲玲's avatar 左玲玲 😬

1752

parent a9be541b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: zuolingling zuolingling@jsnangao.com * @Author: zuolingling zuolingling@jsnangao.com
* @Date: 2023-08-17 15:37:50 * @Date: 2023-08-17 15:37:50
* @LastEditors: zuolingling zuolingling@jsnangao.com * @LastEditors: zuolingling zuolingling@jsnangao.com
* @LastEditTime: 2023-08-17 17:47:56 * @LastEditTime: 2023-08-17 17:52:01
* @FilePath: \vue3portal\src\pages\layouts\components\Tabsmessage.vue * @FilePath: \vue3portal\src\pages\layouts\components\Tabsmessage.vue
* @Description: * @Description:
* *
...@@ -109,6 +109,7 @@ function getData(type) { ...@@ -109,6 +109,7 @@ function getData(type) {
} }
watch(() => switchvalue.value, (newValue, oldValue) => { watch(() => switchvalue.value, (newValue, oldValue) => {
currentData.value=[];
getData(newValue); getData(newValue);
}) })
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment