This commit is contained in:
hh
2020-11-24 11:02:42 +08:00
parent 8721abe0fe
commit ee32cfc313

View File

@ -201,7 +201,7 @@ export default {
},
tableTreeProps: {children: 'childList', hasChildren: 'hasChildren'},
// 表格数据
tableData: null,
tableData: [],
rules: {
version: [
{ required: true, message: "固件版本号不能为空", trigger: "blur" },