|
@@ -368,7 +368,7 @@ export default {
|
|
|
//初始化查询
|
|
|
created() {
|
|
|
if (this.detailData.id) {
|
|
|
- detail(JSON.parse(this.detailData.id)).then(res =>{
|
|
|
+ detail(this.detailData.id).then(res =>{
|
|
|
this.form = res.data.data
|
|
|
if (this.form.corpNameList) {
|
|
|
this.configuration.dicData = this.form.corpNameList
|