Commit a3234326 authored by zhengke's avatar zhengke

修改

parent 5d55432c
......@@ -279,6 +279,7 @@ export default {
Description:"",
EmployeeIdList:[],
LineIdList:[],
PlaceIdList:[],
LtIdList:[],
InternMoney:'',
ManagerMoney:'',
......@@ -298,6 +299,7 @@ export default {
Description:item.Description,
EmployeeIdList:item.EmployeeIdList,
LineIdList:item.LineIdList,
PlaceIdList:item.PlaceIdList,
LtIdList:item.LtIdList,
InternMoney:item.InternMoney,
ManagerMoney:item.ManagerMoney,
......@@ -471,7 +473,7 @@ export default {
},
getDepart(id){
this.form.DepartmentId= id;
// this.$forceUpdate();
this.$forceUpdate();
},
getDepartment() {
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