|
|
@@ -95,6 +95,11 @@ export default {
|
|
|
methods: {
|
|
|
initData() {
|
|
|
if (!this.labelKey) return
|
|
|
+ if (this.fieldType === 'linkdata') {
|
|
|
+ this.label = this.descField.val
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
const value = this.data[this.labelKey]
|
|
|
// console.log('value==>', this.data)
|
|
|
if (this.$utils.isEmpty(value)) {
|