This commit is contained in:
zh
2025-12-19 12:34:25 +08:00
parent 8025e1c261
commit 5332767287
32 changed files with 330 additions and 45 deletions

View File

@ -1714,6 +1714,8 @@ class Model extends BaseModel {
this.attributeISC = this.options.attribute.ISC.content
this.cameraSelect && this.cameraSelect()
this.goodsSelect && this.goodsSelect()
syncData(this.sdk, this.options.id)
syncSplitData(this.sdk, this.options.id)
} catch (error) {
}