|
@@ -263,7 +263,7 @@ export default {
|
|
|
this.form = res.data
|
|
|
this.$nextTick(() => {
|
|
|
document.getElementById('specialP').childNodes[0].style.cssText = 'margin-top:0'
|
|
|
- document.getElementById('specialPAnother').childNodes[0].style.cssText = 'margin-top:0'
|
|
|
+ if (document.getElementById('specialPAnother').childNodes[0])document.getElementById('specialPAnother').childNodes[0].style.cssText = 'margin-top:0'
|
|
|
})
|
|
|
this.fileList = []
|
|
|
var str = res.data.accessory
|