1a56e579 by yzj

no message

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