52601 【手机端】企标废止流程 审定节点 第6步 点同意没反应

This commit is contained in:
宋伟佳
2022-04-15 17:31:05 +08:00
parent 5b2ff015b3
commit ec72ec55f3
@@ -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) {