This commit is contained in:
faiz 2024-06-25 10:51:26 +08:00
parent e6d0eacf5a
commit 38a6f53380
1 changed files with 6 additions and 1 deletions

View File

@ -507,7 +507,12 @@ export default {
onCirculation(item) {
this.applyVisible = true
this.item3 = { ...item, os: Number(item.os) }
this.resetForm('ruleForm')
console.log(this.item3);
if(this.item3.backs&&this.item3.backs.admin_id){
this.item3.flowObj = this.item3.backs.admin_id
}else{
this.resetForm('ruleForm')
}
},
//
onCirculationSave(to_admin_id) {