bug
This commit is contained in:
@@ -2698,6 +2698,7 @@ export default {
|
||||
},
|
||||
// 表格排序
|
||||
sortChange (sortObj) {
|
||||
debugger
|
||||
if (sortObj.column.order !== 'normal') {
|
||||
switch (sortObj.column.property) {
|
||||
case 'issueTime' :
|
||||
@@ -3109,6 +3110,7 @@ export default {
|
||||
},
|
||||
// 分页查询国内标准
|
||||
getDomesticStandardTable (item) {
|
||||
debugger
|
||||
if (item !== '' && item !== null && item !== undefined) {
|
||||
item.pageSize = this.$store.getters.userInfo.configContent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user