|
@@ -540,7 +540,7 @@
|
|
|
<script>
|
|
|
import { getProjectDeatil, findProjectTree, treeAllConstruction } from "@/api/manager/projectinfo";
|
|
|
import {
|
|
|
- submitContractInfo, getContractInfo, getContractInfo2, delFileFromUrl, searchRole, findAllUserByCondition, findUserByName,
|
|
|
+ submitContractInfo, getContractInfo, getContractInfo2, delFileFromUrl, searchRole, findAllUserByCondition, findUserList,
|
|
|
saveUserInfoByProjectTow, removeUsersByIds, resetPasswordByUserId,
|
|
|
submitWbsTreeInContract, getContractInfoTree
|
|
|
} from "@/api/manager/contractinfo";
|
|
@@ -1150,7 +1150,7 @@ export default {
|
|
|
|
|
|
|
|
|
getUserByName () {
|
|
|
- findUserByName('').then((res) => {
|
|
|
+ findUserList('').then((res) => {
|
|
|
this.userList = res.data.data;
|
|
|
})
|
|
|
},
|