zuozhengqing
2023-11-06 b39bf36c1c380285582b7daffb5dd656aa1e1389
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -352,9 +352,7 @@
    // 销售明细单
    async getSalesDetailsList() {
      await getSalesDetailsList({
        // keyword: this.keyword,
        // keywordType: this.keywordType,
        clientId:this.editCommonConfig.clientId,
        clientId:Number(this.editCommonConfig.clientId),
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
      }).then((res) => {
@@ -434,9 +432,7 @@
    },
    async getSalesReturnList() {
      await getSalesReturnList({
        // keyword: this.keyword,
        // keywordType: this.keywordType,
        clientId:this.editCommonConfig.clientId,
        clientId:Number(this.editCommonConfig.clientId),
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
      }).then((res) => {