主题整合学期计划审批bug

This commit is contained in:
zhanglipeng
2021-09-03 14:17:58 +08:00
parent 3167d0f93c
commit 10d8f3f1f6

View File

@ -39,7 +39,7 @@
<td class="align-center"> <td class="align-center">
<span>{{ item.month }}</span> <span>{{ item.month }}</span>
</td> </td>
<td class="align-center"> <td class="align-center" v-if="item.themeconent != undefined">
<router-link <router-link
style="margin: 10px; color: blue" style="margin: 10px; color: blue"
v-for="(index, item) in item.themeconent.split(';')" v-for="(index, item) in item.themeconent.split(';')"
@ -48,6 +48,7 @@
>{{ themeFormat(index) }}</router-link >{{ themeFormat(index) }}</router-link
> >
</td> </td>
<td v-else></td>
<td>{{ item.remark }}</td> <td>{{ item.remark }}</td>
</tr> </tr>
<tr> <tr>
@ -189,7 +190,6 @@ export default {
if (response.data.status == "1") { if (response.data.status == "1") {
this.form.status = null; this.form.status = null;
} }
}); });
this.getThemeTermItemPlan(); this.getThemeTermItemPlan();
}, },