bug修复

This commit is contained in:
fanlin
2021-07-22 14:37:11 +08:00
parent 56e99637df
commit e2fdbccd0b
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
width="170px"> width="170px">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="createTime" prop="operateTime"
label="操作时间" label="操作时间"
width="170px"> width="170px">
</el-table-column> </el-table-column>
@@ -2703,7 +2703,6 @@ export default {
// 表格排序 // 表格排序
sortChange (sortObj) { sortChange (sortObj) {
console.log(sortObj, '升降序') console.log(sortObj, '升降序')
debugger
if (sortObj.column.order !== 'normal') { if (sortObj.column.order !== 'normal') {
switch (sortObj.prop) { switch (sortObj.prop) {
case 'issueTime' : case 'issueTime' :
@@ -3134,7 +3133,6 @@ export default {
}, },
// 分页查询国内标准 // 分页查询国内标准
getDomesticStandardTable (item) { getDomesticStandardTable (item) {
debugger
if (item !== '' && item !== null && item !== undefined) { if (item !== '' && item !== null && item !== undefined) {
item.pageSize = this.$store.getters.userInfo.configContent item.pageSize = this.$store.getters.userInfo.configContent
} }