|
@@ -1315,6 +1315,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
rowSave(row, done, loading) { //新增保存
|
|
|
+ console.log('保存',this.fromss.projectAndUserList);
|
|
|
if (this.fromss.projectAndUserList.length > 0) {
|
|
|
let projectAndUserList = []
|
|
|
this.fromss.projectAndUserList.forEach(val => {
|
|
@@ -1340,6 +1341,7 @@ export default {
|
|
|
loading();
|
|
|
});
|
|
|
} else {
|
|
|
+ this.$message.warning('请完善参与项目、合同段、并确认添加用户类型')
|
|
|
loading()
|
|
|
}
|
|
|
},
|