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