企业管理完善新增
parent
fdc771ab6d
commit
1009cd7583
|
@ -547,10 +547,7 @@ export default {
|
|||
// 解析JSON字符串为JavaScript对象
|
||||
const jsonData = JSON.parse(jsonData1);
|
||||
});
|
||||
},
|
||||
handleEdit(row) {
|
||||
this.selectedRow = row;
|
||||
},
|
||||
}},
|
||||
confirmSelection(row) {
|
||||
this.dialogVisible1=false
|
||||
if (this.selectedRow) {
|
||||
|
@ -589,12 +586,9 @@ export default {
|
|||
|
||||
// 将结果div添加到容器中
|
||||
container.appendChild(resultDiv);
|
||||
})
|
||||
}
|
||||
//测试次数-1
|
||||
reducetestcount(this.myapi).then(response=>{})
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
//生命周期 - 创建完成(可以访问当前this实例)",
|
||||
|
|
Loading…
Reference in New Issue