Commit e1d564c2 by liulianglang

添加人员编号参数

parent d1a1fa64
......@@ -218,7 +218,13 @@
return;
}
if(this.$route.query.rybh){
updateRyxx(params)
params.append('rybh',this.$route.query.rybh)
updateRyxx(params).then(res=>{
if(res.code===200){
loading.close()
this.$router.go(-1)
}
})
}
else {
insertRyxx(params).then(res=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment