...
|
...
|
@@ -97,6 +97,10 @@ export default { |
|
|
//添加拨测分析
|
|
|
let addRes=(row,index)=>{
|
|
|
// row.targetId=proxy.targetId;
|
|
|
if(row.checked){
|
|
|
proxy.$global.showMsg('数据已存在,请勿重复添加','warning');
|
|
|
return;
|
|
|
}
|
|
|
let dialtestList=row;
|
|
|
dialtestList.dataScope=120;
|
|
|
let params={
|
...
|
...
|
|