|
@@ -122,13 +122,7 @@
|
|
|
<script>
|
|
|
import buildInput from "@/components/common/search_input";
|
|
|
import configDialog from "@/components/dialogs/config/infoPoint"
|
|
|
-import {
|
|
|
- getBussTypes,
|
|
|
- queryFamilyAll,
|
|
|
- queryDictionaryHead
|
|
|
-} from "@/api/scan/request";
|
|
|
-import { queryPhysicsAllType, setDataDictionary } from "@/api/dict";
|
|
|
-import { getDataDictionary } from "@/api/dict";
|
|
|
+import { getDataDictionary, queryPhysicsAllType, setDataDictionary } from "@/api/dict";
|
|
|
|
|
|
import { mapGetters } from "vuex";
|
|
|
|
|
@@ -644,7 +638,7 @@ export default {
|
|
|
// })
|
|
|
// }
|
|
|
|
|
|
- let param = { "Type": this.value, ProjectId: 'Pj1101050029' }
|
|
|
+ let param = { "type": this.value, projectId: 'Pj1101050029' }
|
|
|
queryPhysicsAllType(param, res => {
|
|
|
this.allFamily = res.content.map((item) => ({
|
|
|
code: item.code,
|