This commit is contained in:
+2
-1
@@ -770,11 +770,12 @@ export default {
|
||||
},
|
||||
immediate: true,
|
||||
},
|
||||
'rowData.IsEnable': {
|
||||
'rowData': {
|
||||
handler() {
|
||||
this.DATA = Object.assign({}, this.rowData)
|
||||
},
|
||||
immediate: true,
|
||||
deep:true
|
||||
},
|
||||
},
|
||||
created() {
|
||||
|
||||
+2
-1
@@ -766,11 +766,12 @@ export default {
|
||||
},
|
||||
immediate: true,
|
||||
},
|
||||
'rowData.IsEnable': {
|
||||
'rowData': {
|
||||
handler() {
|
||||
this.DATA = Object.assign({}, this.rowData)
|
||||
},
|
||||
immediate: true,
|
||||
deep:true
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
|
||||
+2
-1
@@ -722,11 +722,12 @@ export default {
|
||||
},
|
||||
immediate: true,
|
||||
},
|
||||
'rowData.IsEnable': {
|
||||
'rowData': {
|
||||
handler() {
|
||||
this.DATA = Object.assign({}, this.rowData)
|
||||
},
|
||||
immediate: true,
|
||||
deep:true
|
||||
},
|
||||
},
|
||||
created() {
|
||||
|
||||
+2
-1
@@ -865,11 +865,12 @@ export default {
|
||||
},
|
||||
immediate: true,
|
||||
},
|
||||
'rowData.IsEnable': {
|
||||
'rowData': {
|
||||
handler() {
|
||||
this.DATA = Object.assign({}, this.rowData)
|
||||
},
|
||||
immediate: true,
|
||||
deep:true
|
||||
},
|
||||
},
|
||||
created() {
|
||||
|
||||
-7
@@ -359,7 +359,6 @@ export default {
|
||||
status: 'add',
|
||||
upload: null,
|
||||
},
|
||||
DATA: {},
|
||||
doctorList: [],
|
||||
}
|
||||
},
|
||||
@@ -632,12 +631,6 @@ export default {
|
||||
},
|
||||
immediate: true,
|
||||
},
|
||||
rowData: {
|
||||
handler() {
|
||||
this.DATA = Object.assign({}, this.rowData)
|
||||
},
|
||||
immediate: true,
|
||||
},
|
||||
},
|
||||
created() {
|
||||
let typeArr = ['', 'Report', 'Doc', 'Record', 'Reviewer', 'Template']
|
||||
|
||||
Reference in New Issue
Block a user