src/components/makepager/CommonFormTableView.vue
@@ -549,6 +549,7 @@ }) }, async handleSelectClient(value, item) { this.$emit("selProductClick",value,item) if (value === "product") { if (item.categoryId === 0 || item.categoryName === "") { this.productTypeNameOptions = [] @@ -570,7 +571,6 @@ } else if (value === "productType") { console.log("产品类型选中") } this.$emit("selProductClick", value, item) }, querySearchAsync(queryString, cb, value) { let restaurants = ""