qymljy 2 anos atrás
pai
commit
814aa73527

+ 4 - 4
src/Form/QuotedPrice/edit.vue

@@ -671,23 +671,23 @@ export default {
     /*客户翻页*/
     handleSizeChangeCustomer(val) {
       // console.log(`每页 ${val} 条`);
-      this.projectParam.content.pageSize = val
+      this.customerParam.content.pageSize = val
       this.customerList()
     },
     handleCurrentChangeCustomer(val) {
       // console.log(`当前页: ${val}`);
-      this.projectParam.content.pageNumber = val
+      this.customerParam.content.pageNumber = val
       this.customerList()
     },
     /*联系人翻页*/
     handleSizeChangeContacts(val) {
       // console.log(`每页 ${val} 条`);
-      this.projectParam.content.pageSize = val
+      this.contactsParam.content.pageSize = val
       this.contactsList()
     },
     handleCurrentChangeContacts(val) {
       // console.log(`当前页: ${val}`);
-      this.projectParam.content.pageNumber = val
+      this.contactsParam.content.pageNumber = val
       this.contactsList()
     },
     /*查询产品系列*/

+ 4 - 4
src/HDrpManagement/projectChange/modules/modules/quotation/modules/add.vue

@@ -610,23 +610,23 @@ export default {
     /*客户分页*/
     handleSizeChangeCustomer(val) {
       // console.log(`每页 ${val} 条`);
-      this.projectParam.content.pageSize = val
+      this.customerParam.content.pageSize = val
       this.customerList()
     },
     handleCurrentChangeCustomer(val) {
       // console.log(`当前页: ${val}`);
-      this.projectParam.content.pageNumber = val
+      this.customerParam.content.pageNumber = val
       this.customerList()
     },
     /*联系人分页*/
     handleSizeChangeContacts(val) {
       // console.log(`每页 ${val} 条`);
-      this.projectParam.content.pageSize = val
+      this.contactsParam.content.pageSize = val
       this.contactsList()
     },
     handleCurrentChangeContacts(val) {
       // console.log(`当前页: ${val}`);
-      this.projectParam.content.pageNumber = val
+      this.contactsParam.content.pageNumber = val
       this.contactsList()
     },
     /*查询产品系列*/

+ 6 - 4
src/SDrpManagement/QuotedPrice/modules/ProjectQuotationAdd.vue

@@ -617,23 +617,25 @@ export default {
     /*客户分页*/
     handleSizeChangeCustomer(val) {
       // console.log(`每页 ${val} 条`);
-      this.projectParam.content.pageSize = val
+      console.log(val)
+      this.customerParam.content.pageSize = val
       this.customerList()
     },
     handleCurrentChangeCustomer(val) {
       // console.log(`当前页: ${val}`);
-      this.projectParam.content.pageNumber = val
+      console.log(val)
+      this.customerParam.content.pageNumber = val
       this.customerList()
     },
     /*联系人分页*/
     handleSizeChangeContacts(val) {
       // console.log(`每页 ${val} 条`);
-      this.projectParam.content.pageSize = val
+      this.contactsParam.content.pageSize = val
       this.contactsList()
     },
     handleCurrentChangeContacts(val) {
       // console.log(`当前页: ${val}`);
-      this.projectParam.content.pageNumber = val
+      this.contactsParam.content.pageNumber = val
       this.contactsList()
     },
     /*查询产品系列*/

+ 2 - 2
vue.config.js

@@ -14,8 +14,8 @@ module.exports = {
       port: 8000,
       proxy: {
         '/apis': {
-          target: 'http://61.164.207.46:8000',  // target host*/
-          // target: 'https://oms.idcgroup.com.cn:8079/',  // target host
+          // target: 'http://61.164.207.46:8000',  // target host*/
+          target: 'https://oms.idcgroup.com.cn:8079/',  // target host
           // target: 'localhost:8080',  // target host
           ws: true,  // proxy websockets 
           changeOrigin: true,  // needed for virtual hosted sites