admin-web/src/views/systemSetting/department/index.vue
@@ -138,7 +138,7 @@ align: 'center', width: 100, formatter: (row) => { return { value: row.status === 0 ? '启用' : '禁用' }; return { value: row.status === 1 ? '启用' : '禁用' }; }, }, ], @@ -187,7 +187,6 @@ }); }, nodeClick(param) { console.log(param, 'param'); this.p = Object.assign( {}, { @@ -211,7 +210,7 @@ // 查询table列表 search(pageNum) { if (pageNum != undefined) { this.$refs.myTable.search(pageNum); this.$refs.myTable.search({pageNum}); } else { this.$refs.myTable.search(); }