|
|
|
@ -274,7 +274,7 @@ export default {
|
|
|
|
|
const { currentPage, pageSize } = this.gridOptions.pagerConfig
|
|
|
|
|
console.log('查询内容', queryParam)
|
|
|
|
|
let IsDisable = null
|
|
|
|
|
if (Object.keys(queryParam).length > 0 && queryParam.IsDisable !== 2) {
|
|
|
|
|
if (Object.keys(queryParam).length > 0 && queryParam.IsDisable && queryParam.IsDisable !== 2) {
|
|
|
|
|
IsDisable = Boolean(queryParam.IsDisable)
|
|
|
|
|
}
|
|
|
|
|
console.log('IsDisable = ', IsDisable)
|
|
|
|
|