全局和裁判阅片签名更改
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-03-12 15:42:56 +08:00
parent aae2d6a1c5
commit cf39a84370
3 changed files with 3 additions and 3 deletions

View File

@ -712,7 +712,7 @@ export default {
this.loading = false
} catch (e) {
this.loading = false
this.$refs['signForm'].btnLoading = false
this.$refs['signForm'] ? this.$refs['signForm'].btnLoading = false : ''
}
},
handleViewDetail(visitTaskId) {

View File

@ -442,7 +442,7 @@ export default {
this.loading = false
} catch (e) {
this.loading = false
this.$refs['signForm'].btnLoading = false
this.$refs['signForm'] ? this.$refs['signForm'].btnLoading = false : ''
}
},
handleView(row) {

View File

@ -129,7 +129,7 @@ export default {
await readClinicalData({ visitTaskId })
this.loading = false
this.clinicalDataVisible = false
this.closeCDVisible = true
// this.closeCDVisible = true
} catch (e) {
this.loading = false
}