src/components/makepager/CommonFormTableView.vue
@@ -188,6 +188,7 @@ type: Object, default: () => { return { tableProductList:[], disabled:false, tableData: [], // 接口返回数据 tableColumn: [ @@ -237,7 +238,7 @@ watch: { productTableList() { this.tableList = this.productTableList } }, }, methods: { // 产品名称 @@ -359,7 +360,7 @@ }, // 选择产品名称相关方法 querySearchAsync(queryString, cb) { var restaurants = this.productList var restaurants = this.productTableList.tableProductList var results = queryString ? restaurants.filter(this.createStateFilter(queryString)) : restaurants cb(results) },