no message
Showing
1 changed file
with
0 additions
and
4 deletions
| ... | @@ -179,10 +179,6 @@ const data = reactive({ | ... | @@ -179,10 +179,6 @@ const data = reactive({ |
| 179 | total: 0, | 179 | total: 0, |
| 180 | list: [], | 180 | list: [], |
| 181 | blockLists: [], | 181 | blockLists: [], |
| 182 | ispack: [ | ||
| 183 | { value: 1, label: '是' }, | ||
| 184 | { value: 0, label: '否' } | ||
| 185 | ], | ||
| 186 | showForm: { | 182 | showForm: { |
| 187 | title: '', | 183 | title: '', |
| 188 | open: false, | 184 | open: false, | ... | ... |
-
Please register or sign in to post a comment