浏览代码

添加用户修改

duy 2 年之前
父节点
当前提交
b608de6d60
共有 1 个文件被更改,包括 2 次插入0 次删除
  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) { //新增保存
+      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()
       }
     },