消除引用

This commit is contained in:
aixianling
2022-05-17 10:19:56 +08:00
parent 2cfdd02853
commit 905e487269
8 changed files with 4 additions and 24 deletions

View File

@@ -21,13 +21,10 @@
</template>
<script>
import AiSearchPopup from "../../../components/AiSearchPopup";
import AiCell from "../../../components/AiCell";
import {mapState} from "vuex";
export default {
name: "areaSelector",
components: {AiCell, AiSearchPopup},
props: {
areaId: {default: ""}
},