zuozhengqing
2023-11-15 4610d87bfa8c8330c8f3c0b2db0ee5cc30352117
src/components/makepager/CommonFormTableView.vue
@@ -515,6 +515,7 @@
      })
    },
    async handleSelectClient(value, item) {
      this.$emit("selProductClick",value,item)
      if (value === "product") {
        if(item.categoryId===0||item.categoryName===""){
          this.productTypeNameOptions =[]
@@ -536,7 +537,6 @@
      }else if(value==="productType"){
        console.log("产品类型选中")
      }
      this.$emit("selProductClick",value,item)
    },
    querySearchAsync(queryString, cb, value) {
      let restaurants=''