charles
2024-07-18 1a0e437bd073d428e276a804c6846e409d92a99e
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -467,9 +467,9 @@
        pageSize: this.pagerOptions.pageSize
      }
      // 根据报价单查询产品
      if (this.quotationNumber) {
        params.quotationNumber = this.quotationNumber
      }
      // if (this.quotationNumber) {
      //   params.quotationNumber = this.quotationNumber
      // }
      await getProductList(params).then((res) => {
        console.log(res.data)
        if (res.code === 200) {