方案数据新增bug修改
This commit is contained in:
@@ -399,16 +399,19 @@ const detailsType = (val: any) => {
|
||||
}
|
||||
//回显方案、测试项操作
|
||||
const details = (val: any) => {
|
||||
if (val.records && val.records.length != 0) {
|
||||
console.log(val,"88888");
|
||||
if (val) {
|
||||
form.value = {
|
||||
describe: val.describe,
|
||||
itemName: val.itemName
|
||||
}
|
||||
} else {
|
||||
}
|
||||
if(val){
|
||||
form1.value = val
|
||||
checkedIdList.value=form1.value.list
|
||||
checkedIdList.value = form1.value.list
|
||||
}
|
||||
|
||||
|
||||
return
|
||||
//修改方案回显
|
||||
if (popupType.value == 1) {
|
||||
|
||||
Reference in New Issue
Block a user