src/views/quality/finishedProductInspection/finishedProduct-form.vue
@@ -8,7 +8,7 @@ <h2 v-else>编辑-产品检验单</h2> </div> <div class="btn-group header-right"> <el-button @click="addTestProject" v-if="processInspectVo.id==null">生成检验项目</el-button> <el-button type="primary" @click="addTestProject" v-if="processInspectVo.id==null">生成检验项目</el-button> </div> </div> <div class="page-main"> @@ -521,7 +521,6 @@ let id = res.data.data if(id != null){ queryById(id).then(response=>{ console.log(response.data.data.children) let proList = response.data.data.children proList.forEach(item=>{ item.iid = Math.random();