Commit c78f9c3f authored by youjie's avatar youjie

no message

parent ac0cd8b1
......@@ -539,10 +539,6 @@
</div>
</template>
<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'
export default {
data(){
......@@ -716,9 +712,7 @@ export default {
this.transactionDate[1]=this.$route.query.StartDate;
}
},components: {
"my-Bill": myBill,
"my-RVB-Bill":myrbvBill,
editExchangeRate
},
mounted(){
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