mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
冲突
This commit is contained in:
@@ -384,19 +384,7 @@ export default defineComponent({
|
|||||||
// console.log(value,'新值');
|
// console.log(value,'新值');
|
||||||
// })
|
// })
|
||||||
};
|
};
|
||||||
const aa = computed(()=>{
|
|
||||||
return ()=>{
|
|
||||||
return state.recommendStatu
|
|
||||||
}
|
|
||||||
})
|
|
||||||
watch(() => state.recommendStatu,(value) => {
|
watch(() => state.recommendStatu,(value) => {
|
||||||
const removeData = state.tableData1
|
|
||||||
const removeClick = removeData.filter(function(value,index){
|
|
||||||
return value.recommendStatus==1
|
|
||||||
})
|
|
||||||
console.log('removeClick的长度111111111111',removeClick.length)
|
|
||||||
state.recommendStatu = removeClick.length
|
|
||||||
getTableDate()
|
|
||||||
console.log(value,'新值');
|
console.log(value,'新值');
|
||||||
})
|
})
|
||||||
getTableDate();
|
getTableDate();
|
||||||
|
|||||||
Reference in New Issue
Block a user