ce05c660 by yzj

Revert "no message"

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