汇总(项目清单确认流程) 修改

This commit is contained in:
zyn
2022-12-15 11:36:36 +08:00
parent 3f27a33cbd
commit d17e99e4b4
@@ -866,6 +866,7 @@ export default {
pId: this.pId
}).then(res => {
if (res) {
this.commentText = res.commitText || ''
const processForm = JSON.parse(res.mesg);
let commitStatus = res.commitStatus
if(commitStatus && commitStatus > 0){