admin-web/src/views/systemSetting/department/index.vue
@@ -89,14 +89,14 @@ dataIndex: 'status', label: '状态', placeholder: '请选择', defaultValue: '0', defaultValue: '1', options: [ { value: '0', value: '1', label: '启用', }, { value: '1', value: '0', label: '禁用', }, ], @@ -210,7 +210,7 @@ // 查询table列表 search(pageNum) { if (pageNum != undefined) { this.$refs.myTable.search(pageNum); this.$refs.myTable.search({pageNum}); } else { this.$refs.myTable.search(); }