fix: 修改通知传参数问题

This commit is contained in:
lzhizhao 2025-07-03 09:33:39 +08:00
parent 16b652be7b
commit ce84126f32
1 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ export default {
} else { } else {
this.formInline = { this.formInline = {
type: 0, type: 0,
ownerId: this.shopId, targetId: this.shopId,
position: "3", position: "3",
app: 1, app: 1,
}; };