✨ feat: 移除changeTime,产品和半成品
This commit is contained in:
@@ -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 || [];
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user