Revert "no message"
This reverts commit bc886d9d.
Showing
1 changed file
with
2 additions
and
6 deletions
| ... | @@ -247,8 +247,7 @@ function handleEdit (row) { | ... | @@ -247,8 +247,7 @@ function handleEdit (row) { |
| 247 | open: true, | 247 | open: true, |
| 248 | form: { | 248 | form: { |
| 249 | ...row, | 249 | ...row, |
| 250 | type: row.type.split('、'), | 250 | type: row.type.split('、') |
| 251 | packId: row.packId || 0 | ||
| 252 | } | 251 | } |
| 253 | } | 252 | } |
| 254 | } | 253 | } |
| ... | @@ -258,10 +257,7 @@ function btn_add () { | ... | @@ -258,10 +257,7 @@ function btn_add () { |
| 258 | showForm.value.title = proxy.$t('advertisement.dialogTitleAdd') | 257 | showForm.value.title = proxy.$t('advertisement.dialogTitleAdd') |
| 259 | showForm.value = { | 258 | showForm.value = { |
| 260 | ...showForm.value, | 259 | ...showForm.value, |
| 261 | open: true, | 260 | open: true |
| 262 | form: { | ||
| 263 | packId: 0 | ||
| 264 | } | ||
| 265 | } | 261 | } |
| 266 | } | 262 | } |
| 267 | 263 | ... | ... |
-
Please register or sign in to post a comment