feat: 移除changeTime,产品和半成品

This commit is contained in:
砂糖
2025-08-11 14:54:20 +08:00
parent 613522d167
commit ced0cd350d
4 changed files with 97 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ export default {
},
methods: {
getProductOptions() {
listProduct({ pageNum: 1, pageSize: 1000 }).then(res => {
listProduct({ pageNum: 1, pageSize: 1000, type: 'product' }).then(res => {
this.productOptions = res.rows || [];
});
},