BUG 29200

This commit is contained in:
aixianling
2022-04-20 17:47:59 +08:00
parent 71631bf2ca
commit 9efa58ad49

View File

@@ -75,7 +75,7 @@ export default {
}, },
data() { data() {
return { return {
search: {name: ""}, search: {name: "", ids: ""},
page: {current: 1, size: 10, total: 0}, page: {current: 1, size: 10, total: 0},
tableData: [], tableData: [],
dialog: false, dialog: false,