@@ -120,7 +120,7 @@ export default {
|
|||||||
}
|
}
|
||||||
const res = await submitTaskAdditionalQuestion(params)
|
const res = await submitTaskAdditionalQuestion(params)
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.$emit(this.additionalAssessmentsType)
|
this.$emit('sign', this.additionalAssessmentsType)
|
||||||
}
|
}
|
||||||
loading.close()
|
loading.close()
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
@@ -645,8 +645,9 @@ export default {
|
|||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
sign() {
|
sign(type = 'sign') {
|
||||||
this.additionalAssessmentsDig.visible = false
|
this.additionalAssessmentsDig.visible = false
|
||||||
|
if (type === 'edit') return false
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
const { ImageAssessmentReportConfirmation } = const_.processSignature
|
const { ImageAssessmentReportConfirmation } = const_.processSignature
|
||||||
this.signCode = ImageAssessmentReportConfirmation
|
this.signCode = ImageAssessmentReportConfirmation
|
||||||
|
|||||||
@@ -599,8 +599,9 @@ export default {
|
|||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
sign() {
|
sign(type = 'sign') {
|
||||||
this.additionalAssessmentsDig.visible = false
|
this.additionalAssessmentsDig.visible = false
|
||||||
|
if (type === 'edit') return false
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
const { ImageAssessmentReportConfirmation } = const_.processSignature
|
const { ImageAssessmentReportConfirmation } = const_.processSignature
|
||||||
this.signCode = ImageAssessmentReportConfirmation
|
this.signCode = ImageAssessmentReportConfirmation
|
||||||
|
|||||||
Reference in New Issue
Block a user