diff --git a/src/main/resources/views/platform/zhgh/staffbenefit/condolence/helpUserSign/index.html b/src/main/resources/views/platform/zhgh/staffbenefit/condolence/helpUserSign/index.html
index 4e376ca..b868892 100644
--- a/src/main/resources/views/platform/zhgh/staffbenefit/condolence/helpUserSign/index.html
+++ b/src/main/resources/views/platform/zhgh/staffbenefit/condolence/helpUserSign/index.html
@@ -64,7 +64,7 @@ layout("/layouts/platform.html"){
-
+
@@ -151,6 +151,7 @@ layout("/layouts/platform.html"){
this.showApprovalForm = true
this.formData = {
processTaskId: row.taskId,
+ userId: row.certifierUserId,
taskName: row.curTaskName
}
this.$refs.condolenceInfoRef.onOpen(row)
@@ -197,11 +198,11 @@ layout("/layouts/platform.html"){
})
},
queryCondolenceType() {
- this.$axios.post('/platform/condolence/type/queryCondolenceType')
+ this.$axios.post("/platform/condolence/type/queryCondolenceType")
.then((resp) => {
this.typeOptions = resp.data
})
- },
+ }
},
diff --git a/src/main/resources/views/platform/zhghh5/staffbenefit/condolence/helpUserSign/index.html b/src/main/resources/views/platform/zhghh5/staffbenefit/condolence/helpUserSign/index.html
index a70c4c8..cfe6a7f 100644
--- a/src/main/resources/views/platform/zhghh5/staffbenefit/condolence/helpUserSign/index.html
+++ b/src/main/resources/views/platform/zhghh5/staffbenefit/condolence/helpUserSign/index.html
@@ -27,8 +27,9 @@ layout("/layouts/platform_h5.html"){
-
-
+
+
{{row.helpUserName}}
{{row.helpLoginName}}
{{row.applyUserName}}
@@ -106,7 +107,7 @@ layout("/layouts/platform_h5.html"){
approvalText: "0",
approval: false,
year: new Date().getFullYear(),
- type: null,
+ type: null
},
typeOptions: [],
formData: {},
@@ -137,12 +138,13 @@ layout("/layouts/platform_h5.html"){
this.$refs.infoRef.onOpen(row)
this.formData = {
processTaskId: row.taskId,
+ userId: row.certifierUserId,
taskName: row.curTaskName
}
},
async handleTaskAction(val) {
try {
- await this.$refs.formRef.validate();
+ await this.$refs.formRef.validate()
this.$dialog.confirm({
title: "提示",
message: "您确定要提交吗?"
@@ -167,7 +169,7 @@ layout("/layouts/platform_h5.html"){
}
},
async queryCondolenceType() {
- const res = await this.$axios.post('/platform/condolence/type/queryCondolenceType')
+ const res = await this.$axios.post("/platform/condolence/type/queryCondolenceType")
return res.data
},
doSearch() {