动火详情组件

pull/5/head
fangjiakai 2024-01-25 08:32:09 +08:00
parent 63f2bbd9f9
commit d539e7d54c
1 changed files with 2 additions and 2 deletions

View File

@ -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();