Commit d871e414 authored by zL's avatar zL

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

parent e99b0359
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
{{ item.name }} {{ item.name }}
<i <i
class="iconfont iconwsmp-bianji" class="iconfont iconwsmp-bianji"
v-show="item.status === 0" v-show="item.status === 0 && item.id === checkId"
></i> ></i>
</li> </li>
</ul> </ul>
...@@ -408,7 +408,7 @@ export default class editTemplate extends Vue { ...@@ -408,7 +408,7 @@ export default class editTemplate extends Vue {
type: "put", type: "put",
url: GO_URLS.updateCustomize, url: GO_URLS.updateCustomize,
params: { params: {
id: Number(this.$route.query.personalTemplate) || this.personalTemplate, id: this.$route.query.personalTemplate || this.personalTemplate,
name: this.templateName, name: this.templateName,
detail: JSON.stringify(formatApiJson(this.rootUnitList)), 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