|
@@ -515,6 +515,9 @@ export default {
|
|
|
const id = row.id || this.ids
|
|
|
getJcxx(id).then(response => {
|
|
|
this.form = response.data;
|
|
|
+ Object.keys(this.form).forEach(key => {
|
|
|
+ this.form[key] === null ? this.form[key] = '' : false
|
|
|
+ })
|
|
|
/****** sks 需要改动的地方 start ******/
|
|
|
this.copyForm = this.deepCopy(response.data)
|
|
|
/****** sks 需要改动的地方 end ******/
|