Commit 769f064a authored by dragondean@qq.com's avatar dragondean@qq.com
parents b1e33200 fe398db6
......@@ -521,7 +521,10 @@ import transferCustomer from "@/views/ecw/customer/transferCustomer";
import Template from "@/views/cms/template/index.vue";
export default {
name: "Customer",
name: "EcwCustomerIndex",
activated(){
this.getList();
},
computed:{
isChinese(){
return this.$i18n.locale === 'zh_CN'
......
......@@ -97,7 +97,10 @@ import {exportCustomerComplaintExcel} from "@/api/ecw/customerComplaint";
import {indirectCustomerExportExcel} from "@/api/ecw/customer";
export default {
name: "IndirectCustomer",
name: "EcwCustomerIndirectcustomer",
activated() {
this.getList()
},
data() {
return {
exportLoading:false,
......
......@@ -134,7 +134,7 @@
<!-- 分页组件 -->
<pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize"
@pagination="getList"/>
x
</div>
</template>
......@@ -146,7 +146,10 @@ import {customerDropDownList} from "@/api/ecw/customerCommissionInfo";
import {getCustomerList} from "@/api/ecw/customer";
export default {
name: "CustomerCommission",
name: "EcwCustomercommissionIndex",
activated() {
this.getList()
},
components: {
},
data() {
......
......@@ -360,7 +360,10 @@ import {getCreditPage} from "@/api/customer/credit";
export default {
name: "Customer",
name: "EcwCustomerconfirmIndex",
activated() {
this.getList();
},
computed:{
isChinese(){
return this.$i18n.locale === 'zh_CN'
......
......@@ -169,7 +169,10 @@ import {getCreditPage} from "@/api/customer/credit";
import transferCustomer from "@/views/ecw/customer/transferCustomer";
import Template from "@/views/cms/template/index.vue";
export default {
name: "customerToBeAssigned",
name: "EcwCustomertobeassignedIndex",
activated() {
this.getList()
},
components: {
Template,
upload,
......
......@@ -155,7 +155,7 @@ import {getCountryListAll} from "@/api/ecw/country";
import {getCreditPage} from "@/api/customer/credit";
import transferCustomer from "@/views/ecw/customer/transferCustomer";
export default {
name: "myCustomerService",
name: "EcwMycustomerserviceIndex",
components: {
upload,
customerFollowList,
......@@ -224,6 +224,9 @@ export default {
selectCustomerList:[],
};
},
activated () {
this.getList();
},
created() {
this.getList();
// getNodeList().then(r => {
......
......@@ -167,7 +167,10 @@ import {listServiceUser} from "@/api/system/user";
import {getCountryListAll} from "@/api/ecw/country";
import {getCreditPage} from "@/api/customer/credit";
export default {
name: "customerToBeAssigned",
name: "EcwOceancustomerIndex",
activated() {
this.getList()
},
components: {
upload
},
......
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