Fix new accountItem.

This commit is contained in:
Gucheng Wang 2022-08-05 15:36:07 +08:00
parent 4ea482223d
commit e94ada9ea2

View File

@ -38,7 +38,7 @@ class AccountTable extends React.Component {
}
addRow(table) {
let row = {name: Setting.getNewRowNameForTable(table, "Please select an account item"), visible: true};
let row = {name: Setting.getNewRowNameForTable(table, "Please select an account item"), visible: true, viewRule: "Public", modifyRule: "Self"};
if (table === undefined) {
table = [];
}