Browse Source

添加用户修改

duy 2 years ago
parent
commit
b608de6d60
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/system/user.vue

+ 2 - 0
src/views/system/user.vue

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