Commit d871e414 authored by zL's avatar zL

fix:增量存证保存报错以及一个显示问题

parent e99b0359
......@@ -61,7 +61,7 @@
{{ item.name }}
<i
class="iconfont iconwsmp-bianji"
v-show="item.status === 0"
v-show="item.status === 0 && item.id === checkId"
></i>
</li>
</ul>
......@@ -408,7 +408,7 @@ export default class editTemplate extends Vue {
type: "put",
url: GO_URLS.updateCustomize,
params: {
id: Number(this.$route.query.personalTemplate) || this.personalTemplate,
id: this.$route.query.personalTemplate || this.personalTemplate,
name: this.templateName,
detail: JSON.stringify(formatApiJson(this.rootUnitList)),
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment