Commit 135f5c6b authored by 我在何方's avatar 我在何方

新增收款单返回保留页面数据

parent cbc9a7ed
...@@ -456,7 +456,7 @@ import {getWarehouseList} from '@/api/ecw/warehouse' ...@@ -456,7 +456,7 @@ import {getWarehouseList} from '@/api/ecw/warehouse'
import WorkFlow from '@/components/WorkFlow/' import WorkFlow from '@/components/WorkFlow/'
export default { export default {
name: "CreatPayment", name: "EcwFinancialCreatpayment",
components: { components: {
CustomerSelector,WorkFlow CustomerSelector,WorkFlow
}, },
...@@ -495,6 +495,10 @@ export default { ...@@ -495,6 +495,10 @@ export default {
dialogVisible:false dialogVisible:false
}; };
}, },
activated(){
console.log(11)
// this.getList();
},
async created() { async created() {
await getCurrencyPage(this.params).then(res => this.currencyList = res.data.list) await getCurrencyPage(this.params).then(res => this.currencyList = res.data.list)
getWarehouseList().then(res => this.warehouseList = res.data) getWarehouseList().then(res => this.warehouseList = res.data)
......
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