|
@@ -41,7 +41,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-const { mapActions: login } = createNamespacedHelpers('login');
|
|
|
+// const { mapActions: login } = createNamespacedHelpers('login');
|
|
|
import top from '@/layout/common/top.vue';
|
|
|
import menus from '@/layout/common/menus.vue';
|
|
|
import dynamic from '@/layout/index/dynamic.vue';
|
|
@@ -179,7 +179,7 @@ export default {
|
|
|
},
|
|
|
computed: {},
|
|
|
methods: {
|
|
|
- ...{ departmentQuery: 'query', departmentFetch: 'fetch' },
|
|
|
+ // ...{ departmentQuery: 'query', departmentFetch: 'fetch' },
|
|
|
async search() {
|
|
|
let res = await this.toLogin({ col_name: '工作动态' });
|
|
|
if (this.$checkRes(res)) {
|