@@ -132,7 +132,7 @@ export default {
id
}).then(res => {
this.openType = 0
- this.formData = res.data
+ this.formData = { ...res.data, examineStatus_cp: res.data.examineStatus }
this.$nextTick(() => {
this.formBool = true
})