Commit 23207671 authored by huangyuanyuan's avatar huangyuanyuan

update

parent 56e126d4
......@@ -376,7 +376,7 @@
this.EndDate = yaer + '-' + month + '-' + dateS;
let userInfo = this.getLocalStorage();
this.EmployeeId = userInfo.EmployeeId;
this.Financial_post_GetDetail(THIS.ID);
this.Financial_post_GetDetail(this.ID);
},watch: { // 监听参数变化
GetDetail: {
handler: function(val, oldVal) {
......
......@@ -234,12 +234,12 @@
},
timeAdd(){
if(!this.productionDate){
this.msg.sDate = '';
this.msg.eDate = '';
this.msg.StartTime = '';
this.msg.EndTime = '';
return
}
this.msg.sDate = this.productionDate[0];
this.msg.eDate = this.productionDate[1];
this.msg.StartTime = this.productionDate[0];
this.msg.EndTime = this.productionDate[1];
},
financeinfo_post_GetList(){ // 币种类型
this.apipost('financeinfo_post_GetList',{Name:''},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