Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xugenyuan
2024-10-10 17:06:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c4a73d93920aff8c14ea3ae0be2be876d1c2399e
c4a73d93
1 parent
49cd9bb8
ref |> 桌面组件去掉onAddForm时临时卡片判断
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/products/phone/src/main/ets/dailynewspaperformability/DailyNewspaperFormAbility.ets
sight_harmony/products/phone/src/main/ets/dailynewspaperformability/DailyNewspaperFormAbility.ets
View file @
c4a73d9
...
...
@@ -20,11 +20,11 @@ export default class DailyNewspaperFormAbility extends FormExtensionAbility {
if (want.parameters) {
let formId = want.parameters[formInfo.FormParam.IDENTITY_KEY] as string
let isTempCard = want.parameters[formInfo.FormParam.TEMPORARY_KEY] as boolean
if (isTempCard === false) { // 如果为常态卡片,直接进行信息持久化
// let isTempCard = want.parameters[formInfo.FormParam.TEMPORARY_KEY] as boolean
// if (isTempCard === false) { // 如果为常态卡片,直接进行信息持久化
this.fetchAndRefreshData(formId)
}
//
}
}
let obj: FormNewspaperData = {} as FormNewspaperData
...
...
Please
register
or
login
to post a comment