添加传参

This commit is contained in:
zhangjun
2022-09-08 18:57:41 +08:00
parent 7fd72c2d31
commit 28ac8864b0
@@ -897,6 +897,7 @@ export default {
this.comFlag = 0;
} else {
this.listForm.dataList.forEach(item => {
// item.userId = this.$store.getters.userInfo.userId
if (item.workPeople === "请选择责任人") {
item.workPeople = "";
}