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