|
@@ -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(","):[]
|