|
@@ -18,7 +18,7 @@ import floorCascader from "@/components/old-adm/ledger/components/lib/floorCasca
|
|
|
import myCascader from "@/components/old-adm/ledger/components/lib/system";
|
|
|
import hansonTable from "@/components/old-adm/ledger/components/handsontables/system";
|
|
|
import tableTransfers from "@/components/old-adm/ledger/components/tableTransfers";
|
|
|
-import { mapGetters } from "vuex";
|
|
|
+import { mapGetters, mapState } from "vuex";
|
|
|
// import { countGeneralSys } from "@/api/scan/request"
|
|
|
import Scan from '@/controller/old-adm/ScanController'
|
|
|
import 'handsontable-pro/dist/handsontable.full.css'
|
|
@@ -52,7 +52,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
|
- ...mapGetters("layout", ["projectId", "secret", "userId"])
|
|
|
+ ...mapGetters("layout", ["projectId", "secret", "userId"]),
|
|
|
+ ...mapState(['selectProject'])
|
|
|
},
|
|
|
created() {
|
|
|
this.param.ProjId = this.projectId
|