全局和裁判阅片签名更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
aae2d6a1c5
commit
cf39a84370
|
@ -712,7 +712,7 @@ export default {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.$refs['signForm'].btnLoading = false
|
this.$refs['signForm'] ? this.$refs['signForm'].btnLoading = false : ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleViewDetail(visitTaskId) {
|
handleViewDetail(visitTaskId) {
|
||||||
|
|
|
@ -442,7 +442,7 @@ export default {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.$refs['signForm'].btnLoading = false
|
this.$refs['signForm'] ? this.$refs['signForm'].btnLoading = false : ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleView(row) {
|
handleView(row) {
|
||||||
|
|
|
@ -129,7 +129,7 @@ export default {
|
||||||
await readClinicalData({ visitTaskId })
|
await readClinicalData({ visitTaskId })
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.clinicalDataVisible = false
|
this.clinicalDataVisible = false
|
||||||
this.closeCDVisible = true
|
// this.closeCDVisible = true
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue