bug 77919

This commit is contained in:
赵霄
2023-11-03 17:07:28 +08:00
parent 80bfa017c5
commit ed1198ca97
8 changed files with 235 additions and 273 deletions
@@ -99,6 +99,12 @@ export default {
type: String,
required: false,
default: 'checkbox'
},
// 列表数据不包含的标准
excludeStandardNumbers: {
type:String,
required: false,
default: null
}
},
data () {
@@ -184,7 +190,8 @@ export default {
const query = {
...this.queryParam,
pageNo: this.ipagination.current,
pageSize: this.ipagination.pageSize
pageSize: this.ipagination.pageSize,
excludeStandardNumbers: this.excludeStandardNumbers
}
// this.selectedRowKeys = []
this.loading = true