|
@@ -14,7 +14,10 @@
|
|
|
>
|
|
|
<view class="content">
|
|
|
<template v-for="(item, index) in collapse.children">
|
|
|
- <uni-card :key="index" :title="allType[item.type_id] && allType[item.type_id].name">
|
|
|
+ <uni-card
|
|
|
+ :key="index"
|
|
|
+ :title="allType[item.type_id] && allType[item.type_id].name"
|
|
|
+ >
|
|
|
<view class="uni-body">
|
|
|
<view class="detail-item">
|
|
|
<view class="detail-label">提交人</view>
|
|
@@ -162,6 +165,11 @@ export default {
|
|
|
return allList;
|
|
|
},
|
|
|
},
|
|
|
+ onNavigationBarButtonTap() {
|
|
|
+ uni.reLaunch({
|
|
|
+ url: "/pages/index/index",
|
|
|
+ });
|
|
|
+ },
|
|
|
methods: {
|
|
|
async init() {
|
|
|
await this.$store.dispatch("getType");
|