mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
watch监听
This commit is contained in:
@@ -361,11 +361,9 @@ export default defineComponent({
|
||||
console.log('removeClick的长度',removeClick.length)
|
||||
state.recommendStatu = removeClick.length
|
||||
};
|
||||
console.log('recommendStatu',state.recommendStatu)
|
||||
const aa = computed(()=>{
|
||||
return state.recommendStatu
|
||||
watch(() => state.recommendStatu,(value) => {
|
||||
console.log(value,'新值');
|
||||
})
|
||||
console.log(aa.value,'asfhafhasfh');
|
||||
getTableDate();
|
||||
// 计算全选
|
||||
const rowSelection = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user