52710 【手机端】标准入库流程 批准节点 驳回按钮 点击无效果
This commit is contained in:
@@ -845,8 +845,12 @@ export default {
|
||||
handleSave() {
|
||||
},
|
||||
handle1() {
|
||||
this.formTongGuo.approvalOpinion = 1
|
||||
this.handleSubmit()
|
||||
if(this.formTongGuo.commentText){
|
||||
this.formTongGuo.approvalOpinion = 1
|
||||
this.handleSubmit()
|
||||
}else{
|
||||
this.$message.warning('请填写审批意见')
|
||||
}
|
||||
},
|
||||
handle2() {
|
||||
this.formTongGuo.approvalOpinion = 0
|
||||
|
||||
Reference in New Issue
Block a user