Commit c78f9c3f authored by youjie's avatar youjie

no message

parent ac0cd8b1
...@@ -539,10 +539,6 @@ ...@@ -539,10 +539,6 @@
</div> </div>
</template> </template>
<script> <script>
import myBill from "../FinancialSubmodule/BillModule.vue";
import myrbvBill from "../FinancialSubmodule/ReceivablesModule.vue";
import myhrBill from "../FinancialSubmodule/MergeBillModule.vue";
import editExchangeRate from "../components/editExchangeRate.vue";
import Vue from 'vue' import Vue from 'vue'
export default { export default {
data(){ data(){
...@@ -716,9 +712,7 @@ export default { ...@@ -716,9 +712,7 @@ export default {
this.transactionDate[1]=this.$route.query.StartDate; this.transactionDate[1]=this.$route.query.StartDate;
} }
},components: { },components: {
"my-Bill": myBill,
"my-RVB-Bill":myrbvBill,
editExchangeRate
}, },
mounted(){ mounted(){
let userInfo=this.getLocalStorage(); let userInfo=this.getLocalStorage();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment