----修复数据保存和修改流程按钮
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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('查看流程图'), //按钮名称
|
||||
|
||||
Reference in New Issue
Block a user