test table
This commit is contained in:
@@ -19533,6 +19533,7 @@ const _sfc_main$D = defineComponent({
|
||||
}
|
||||
});
|
||||
watch(() => props.dataSource, () => {
|
||||
console.log("table\u6570\u636E\u66F4\u65B0");
|
||||
tableDataSource.value = [...props.dataSource];
|
||||
}, { deep: true });
|
||||
const changeAll = (isChecked) => {
|
||||
|
||||
Reference in New Issue
Block a user