----修复数据保存和修改流程按钮

This commit is contained in:
2026-02-06 18:11:06 +08:00
parent 7158c4c781
commit de6253e719
3 changed files with 11 additions and 11 deletions

View File

@ -65,7 +65,7 @@ class StorageData {
static fromJSON(json: string): StorageData {
const data = JSON.parse(json);
return new StorageData(data.data,data.type,parseInt(data.timeout));
return new StorageData(data.data,data.type,data.timeout);
}
}

View File

@ -240,15 +240,15 @@ const UserProperties = {
buttonGroup: '',
index: 6
},
// {
// buttonType: ButtonType.DEFAULT, //按钮类型
// buttonName: t('结束'), //按钮名称
// buttonCode: ApproveCode.FINISH, //按钮编码
// approveType: ApproveType.FINISH, //
// checked: true, //选中
// buttonGroup: '更多',
// index: 7
// },
{
buttonType: ButtonType.DEFAULT, //按钮类型
buttonName: t('结束'), //按钮名称
buttonCode: ApproveCode.FINISH, //按钮编码
approveType: ApproveType.FINISH, //
checked: true, //选中
buttonGroup: '更多',
index: 7
},
{
buttonType: ButtonType.DEFAULT, //按钮类型
buttonName: t('查看流程图'), //按钮名称