Explorar o código

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

jbb hai 1 ano
pai
achega
33c72762b8
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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(","):[]