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