src/components/makepager/CommonFormTableView.vue
@@ -89,7 +89,7 @@ size="mini" @select=" (val) => { handleSelectClient(val, item.prop, scope.row) handleSelectClient(val, item.prop, scope.row,scope) } " ></el-autocomplete> @@ -588,8 +588,8 @@ }) }, // 下拉搜索 async handleSelectClient(value, item) { this.$emit("selProductClick", value, item) async handleSelectClient(value, item,row,scope) { this.$emit("selProductClick", value, item,row,scope) if (value === "product") { if (item.categoryId === 0 || item.categoryName === "") { this.productTypeNameOptions = []