Merge remote-tracking branch 'origin/master'

master
wxy 2024-08-25 09:08:04 +08:00
commit f45213ea68
1 changed files with 0 additions and 4 deletions

View File

@ -351,8 +351,6 @@ export default {
}) })
}, },
addSource(){ addSource(){
this.$refs["sourceAddReq"].validate(valid => {
if (valid){
if (this.sourceAddReq.id!=undefined){ if (this.sourceAddReq.id!=undefined){
update(this.sourceAddReq).then(res=>{ update(this.sourceAddReq).then(res=>{
if (res.code===200){ if (res.code===200){
@ -368,8 +366,6 @@ export default {
} }
}) })
} }
}
});
}, },
// //
textConnect(row){ textConnect(row){