|
@@ -394,7 +394,7 @@ export default {
|
|
|
fmeaId: _that.$store.getters.rfmeaId
|
|
|
}).then((res) => {
|
|
|
if (res.flag) {
|
|
|
- let resData = res.data.rdfmStruTreeModels || [];
|
|
|
+ let resData = res.data.mfmeaStruTreeModels || [];
|
|
|
_that.leftDropTreeData = resData;
|
|
|
_that.rightDropTreeData = resData;
|
|
|
} else {
|