动火详情组件
parent
63f2bbd9f9
commit
d539e7d54c
|
@ -385,7 +385,7 @@ export default {
|
|||
tkiTree,ruiDatePicker,writingBoard,OtherSelect
|
||||
},
|
||||
props: {
|
||||
HOTWORK_ID: {
|
||||
hotworkId: {
|
||||
type: String,
|
||||
default: ""
|
||||
},
|
||||
|
@ -471,7 +471,7 @@ export default {
|
|||
},
|
||||
onLoad(){
|
||||
this.todayDate = formatDate(new Date(), 'yyyy-MM-dd hh:mm');
|
||||
this.pd.HOTWORK_ID = this.HOTWORK_ID;
|
||||
this.pd.HOTWORK_ID = this.hotworkId;
|
||||
this.msg="edit";
|
||||
this.getData();
|
||||
loginSession();
|
||||
|
|
Loading…
Reference in New Issue