|
@@ -315,12 +315,7 @@
|
|
this.dataList = res.data;
|
|
this.dataList = res.data;
|
|
this.listLoading = false;
|
|
this.listLoading = false;
|
|
});
|
|
});
|
|
- getProductList({
|
|
|
|
- productCategoryName: "",
|
|
|
|
- productCategoryNumber: "",
|
|
|
|
- }).then((res) => {
|
|
|
|
- this.productList = res.data;
|
|
|
|
- });
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
handleChange(e) {
|
|
handleChange(e) {
|
|
this.productList.find((k) => {
|
|
this.productList.find((k) => {
|