This commit is contained in:
zxy
2024-02-27 15:02:46 +08:00
parent bb294ca453
commit 109177dd42
10 changed files with 31 additions and 28 deletions

View File

@@ -1135,8 +1135,8 @@ export default {
if(type!='edit'){
getLastTaskInfo().then(res=>{
const data=res.data.data;
this.obj.callName=data.callName;
this.obj.callTel=data.callTel;
// this.obj.callName=data.callName;
// this.obj.callTel=data.callTel;
})
}