Browse Source

成本分配列表i-指派状态更新

jbb 1 year ago
parent
commit
33c72762b8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/cost-allocation-total/costDetailDrawer.vue

+ 3 - 0
src/views/cost-allocation-total/costDetailDrawer.vue

@@ -638,6 +638,9 @@ export default {
 
     //判断有无指派人
     determineAssignedPerson(){
+      this.AssignedPerson='no'
+      this.authority='no'
+      this.AssignedPersonQx='no'
       assignedData({code:this.planNo}).then(res => {
           if (res.success) {
             var array = res.result!==''?res.result.split(","):[]