CN-480 feat: 报告下载前端界面开发 部分功能

This commit is contained in:
@changcode
2022-04-12 18:00:01 +08:00
parent 00326be6ea
commit 52db120e36
15 changed files with 438 additions and 9 deletions

View File

@@ -156,6 +156,15 @@ export default {
deep: true,
handler (n, o) {
}
},
tableData: {
immediate: true,
deep: true,
handler (n, o) {
if (n) {
this.checkbox = n
}
}
}
}
}