|
@@ -20,8 +20,7 @@
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
</div>
|
|
|
- <RzDtails :rzBsm="rzBsm" @updateParent="changeData" :interObj="interObj" v-if="showInter"></RzDtails>
|
|
|
-
|
|
|
+ <RzDtails :rzBsm="rzBsm" :rzMc="nowObj.xmmc" @updateParent="changeData"></RzDtails>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -29,7 +28,7 @@
|
|
|
import FZJCYP from "./components/fzjcyp.vue";
|
|
|
import FXJG from "./components/fxjg.vue";
|
|
|
import Lsjl from "../complianceAnalysis/components/lsjl.vue";
|
|
|
-import RzDtails from "./components/interDetails.vue";
|
|
|
+import RzDtails from "../complianceAnalysis/components/rzDtails.vue";
|
|
|
export default {
|
|
|
name: "farmlandProtection",
|
|
|
components: {
|
|
@@ -73,7 +72,7 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.fxjg.initData();
|
|
|
});
|
|
|
- }else{
|
|
|
+ } else {
|
|
|
this.showInter = false
|
|
|
}
|
|
|
},
|