Commit 31d92ae7 authored by zL's avatar zL

fix:bug修复

parent 16af735d
...@@ -591,7 +591,6 @@ export default class editTemplate extends Vue { ...@@ -591,7 +591,6 @@ export default class editTemplate extends Vue {
var newDetail = new Array(); var newDetail = new Array();
newDetail = formatApiJson(this.rootUnitList); newDetail = formatApiJson(this.rootUnitList);
console.log(newDetail); console.log(newDetail);
// return; // return;
// 更新ext数据 // 更新ext数据
for (let index = 0; index < newDetail.length; index++) { for (let index = 0; index < newDetail.length; index++) {
......
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