ce05c660 by yzj

Revert "no message"

This reverts commit bc886d9d.
1 parent bc886d9d
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!