|
@@ -152,6 +152,7 @@ export default {
|
|
components: { AmisSdk, Search },
|
|
components: { AmisSdk, Search },
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
|
|
+ modelId:'',
|
|
title: '请选择',
|
|
title: '请选择',
|
|
visible: false,
|
|
visible: false,
|
|
relationWidth: '60%',
|
|
relationWidth: '60%',
|
|
@@ -203,6 +204,7 @@ export default {
|
|
created() {},
|
|
created() {},
|
|
methods: {
|
|
methods: {
|
|
async init(v,filterColumnList) {
|
|
async init(v,filterColumnList) {
|
|
|
|
+ this.modelId = this.$route.query.id
|
|
await getConfigData(v).then((res) => {
|
|
await getConfigData(v).then((res) => {
|
|
this.config = res.data.data
|
|
this.config = res.data.data
|
|
this.idKey = this.config.idKey
|
|
this.idKey = this.config.idKey
|