Authored by ‘superliu’

拨测功能以及应用检测添加数据友好提示优化

... ... @@ -97,6 +97,10 @@ export default {
//添加应用
let addRes=(row,index)=>{
// row.targetId=proxy.targetId;
if(row.checked){
proxy.$global.showMsg('数据已存在,请勿重复添加','warning');
return;
}
let npmList=row;
npmList.dataScope=120;
let params={
... ...
... ... @@ -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={
... ...