|
@@ -1329,7 +1329,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 => {
|
|
|
if (val.dataInfo.length > 0) {
|
|
@@ -1353,10 +1353,7 @@ export default {
|
|
|
}, () => {
|
|
|
loading();
|
|
|
});
|
|
|
- } else {
|
|
|
- this.$message.warning('请完善参与项目、合同段、并确认添加用户类型')
|
|
|
- loading()
|
|
|
- }
|
|
|
+
|
|
|
},
|
|
|
rowUpdate(row, index, done, loading) {//修改按钮
|
|
|
// row.roleId = row.roleId.join(",");
|