52601 【手机端】企标废止流程 审定节点 第6步 点同意没反应
This commit is contained in:
@@ -251,8 +251,6 @@ export default {
|
|||||||
},
|
},
|
||||||
//流程提交
|
//流程提交
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
this.$refs['qbfsForm'].validate((valid) => {
|
|
||||||
if (valid) {
|
|
||||||
this.isSubmit = true;
|
this.isSubmit = true;
|
||||||
this.qbfsForm.commentText = this.commentText;
|
this.qbfsForm.commentText = this.commentText;
|
||||||
this.qbfsForm.sdFlag = '0'
|
this.qbfsForm.sdFlag = '0'
|
||||||
@@ -272,10 +270,6 @@ export default {
|
|||||||
this.isSubmit = false;
|
this.isSubmit = false;
|
||||||
}, e => {
|
}, e => {
|
||||||
});
|
});
|
||||||
}else{
|
|
||||||
this.$message.warning('请完善基础信息')
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
|
|
||||||
handleTabs(name) {
|
handleTabs(name) {
|
||||||
|
|||||||
Reference in New Issue
Block a user