代码优化
This commit is contained in:
@@ -70,8 +70,7 @@
|
||||
import { ref, reactive, computed, watch } from 'vue';
|
||||
|
||||
import myListItem from './components/list-item.vue';
|
||||
|
||||
import { $invoicingType } from '@/commons/goodsData.js'
|
||||
|
||||
import { productStockFlow } from '@/http/api/product.js'
|
||||
|
||||
|
||||
@@ -98,7 +97,7 @@
|
||||
|
||||
// 库存分类
|
||||
const types = reactive({
|
||||
list:$invoicingType,
|
||||
list: uni.$dict.invoicingType,
|
||||
active: '',
|
||||
show: false,
|
||||
bottomHeight: 14
|
||||
|
||||
Reference in New Issue
Block a user