|  |  |  | 
|---|
|  |  |  | v-for="item in userList()" | 
|---|
|  |  |  | :key="item.id" | 
|---|
|  |  |  | :value="item.id" | 
|---|
|  |  |  |  | 
|---|
|  |  |  | :label="item.department?`${item.department.name}-${item.realname}`:item.realname" | 
|---|
|  |  |  | :label="item.companyId?`${item.companyName}-${item.companyName}`:item.realname" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </el-select> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  | 
|---|
|  |  |  | id: null, | 
|---|
|  |  |  | sysList: [], | 
|---|
|  |  |  | projectList: [], | 
|---|
|  |  |  | createDate: null, | 
|---|
|  |  |  | createDate: '', | 
|---|
|  |  |  | editor: '', | 
|---|
|  |  |  | editDate: null, | 
|---|
|  |  |  | isdeleted: 0, | 
|---|
|  |  |  | 
|---|
|  |  |  | this.$emit('success') | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | .catch(e => { | 
|---|
|  |  |  | this.$tip.apiFailed(e) | 
|---|
|  |  |  | // this.$tip.apiFailed(e) | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | .finally(() => { | 
|---|
|  |  |  | this.isWorking = false | 
|---|
|  |  |  | 
|---|
|  |  |  | this.$emit('success') | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | .catch(e => { | 
|---|
|  |  |  | this.$tip.apiFailed(e) | 
|---|
|  |  |  | // this.$tip.apiFailed(e) | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | .finally(() => { | 
|---|
|  |  |  | this.isWorking = false | 
|---|