@@ -172,7 +172,12 @@ export default {
if(res.code == 200){
this.$message.success('编辑成功')
this.editField = null
- this.getData(row,field,value)
+ if(parts.length>1){
+ this.init()
+ }else{
+ this.getData(row,field,value)
+ }
+
}
}).catch(error=>{