haoxuan
2023-12-20 caf1f99e718ca2ac07fa64e7a71a6d7fa88b8989
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) => {