更新修改

master
lion 1 year ago
parent 0f4f6a221a
commit 3654e93a38

@ -1156,16 +1156,16 @@
op_name:this.type === 'add'?'新增任务':(this.type=== 'pid'?'任务分解':'新增任务'), op_name:this.type === 'add'?'新增任务':(this.type=== 'pid'?'任务分解':'新增任务'),
remark:'' remark:''
}).then(res1=>{ }).then(res1=>{
if(this.plan_unit==='plan_unit'){ // if(this.plan_unit==='plan_unit'){
}else{ // }else{
if(res.mission_distribute && res.mission_distribute.length>0){ if(res.mission_distribute && res.mission_distribute.length>0){
this.sendNotice({ this.sendNotice({
id:res.model.id, id:res.model.id,
mission_distribute:res.mission_distribute mission_distribute:res.mission_distribute
}) })
} }
} // }
this.isShow = false this.isShow = false
this.$emit('refresh') this.$emit('refresh')

@ -88,7 +88,7 @@
<!-- 任务是发给部门的只有指定部门科长能看见需要再次分发人员 --> <!-- 任务是发给部门的只有指定部门科长能看见需要再次分发人员 -->
<!-- 转办就给 责任人 --> <!-- 转办就给 责任人 -->
<!-- 任务发给部门的科长责任人都能进行任务分解任务转办执行任务的操作 --> <!-- 任务发给部门的科长责任人都能进行任务分解任务转办执行任务的操作 -->
<div v-if="scope.row.pid>0 && scope.row.notices.length==0 && !(scope.row.audit_status==3||scope.row.audit_status==5) || scope.row.type==4"> <div v-if="scope.row.notices.length==0 && !(scope.row.audit_status==3||scope.row.audit_status==5) || scope.row.type==4">
<Button style='margin-right:5px;margin-bottom:5px;' type="primary" size="small" <Button style='margin-right:5px;margin-bottom:5px;' type="primary" size="small"
@click="sendNotice(scope.row)">督办提醒</Button> @click="sendNotice(scope.row)">督办提醒</Button>
</div> </div>

Loading…
Cancel
Save