bug修复
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
width="170px">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="createTime"
|
||||
prop="operateTime"
|
||||
label="操作时间"
|
||||
width="170px">
|
||||
</el-table-column>
|
||||
|
||||
@@ -2703,7 +2703,6 @@ export default {
|
||||
// 表格排序
|
||||
sortChange (sortObj) {
|
||||
console.log(sortObj, '升降序')
|
||||
debugger
|
||||
if (sortObj.column.order !== 'normal') {
|
||||
switch (sortObj.prop) {
|
||||
case 'issueTime' :
|
||||
@@ -3134,7 +3133,6 @@ 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