bc886d9d by yzj

no message

1 parent b36895b3
......@@ -247,7 +247,8 @@ function handleEdit (row) {
open: true,
form: {
...row,
type: row.type.split('、')
type: row.type.split('、'),
packId: row.packId || 0
}
}
}
......@@ -257,7 +258,10 @@ function btn_add () {
showForm.value.title = proxy.$t('advertisement.dialogTitleAdd')
showForm.value = {
...showForm.value,
open: true
open: true,
form: {
packId: 0
}
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!