Commit a3234326 authored by zhengke's avatar zhengke

修改

parent 5d55432c
...@@ -279,6 +279,7 @@ export default { ...@@ -279,6 +279,7 @@ export default {
Description:"", Description:"",
EmployeeIdList:[], EmployeeIdList:[],
LineIdList:[], LineIdList:[],
PlaceIdList:[],
LtIdList:[], LtIdList:[],
InternMoney:'', InternMoney:'',
ManagerMoney:'', ManagerMoney:'',
...@@ -298,6 +299,7 @@ export default { ...@@ -298,6 +299,7 @@ export default {
Description:item.Description, Description:item.Description,
EmployeeIdList:item.EmployeeIdList, EmployeeIdList:item.EmployeeIdList,
LineIdList:item.LineIdList, LineIdList:item.LineIdList,
PlaceIdList:item.PlaceIdList,
LtIdList:item.LtIdList, LtIdList:item.LtIdList,
InternMoney:item.InternMoney, InternMoney:item.InternMoney,
ManagerMoney:item.ManagerMoney, ManagerMoney:item.ManagerMoney,
...@@ -471,7 +473,7 @@ export default { ...@@ -471,7 +473,7 @@ export default {
}, },
getDepart(id){ getDepart(id){
this.form.DepartmentId= id; this.form.DepartmentId= id;
// this.$forceUpdate(); this.$forceUpdate();
}, },
getDepartment() { getDepartment() {
this.apipost('admin_get_DepartmentGetList', this.departmentMsg, res => { this.apipost('admin_get_DepartmentGetList', this.departmentMsg, res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment