|
@@ -2074,7 +2074,6 @@ export default {
|
|
|
return val ? String(val).split(',') : '';
|
|
|
},
|
|
|
setLeftType (type, data, node) {
|
|
|
- //console.log(type)
|
|
|
this.jiedianId = data.id
|
|
|
if (type == 4 || type == 5) {
|
|
|
this.leftType = type;
|
|
@@ -2650,9 +2649,6 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
getMajorDataTypeList () {
|
|
|
- if (this.majorDataTypeList.length > 1) {
|
|
|
- return;
|
|
|
- }
|
|
|
getDictionary({
|
|
|
code: 'major_data_type'
|
|
|
}).then((res) => {
|