feat(crm): 新增订单操作记录、异议和收款组件
refactor(crm): 重构订单操作使用actions统一处理 style(crm): 清理无用代码和注释 fix(crm): 修复订单记录排序问题
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { listCustomer } from '@/api/wms/customer';
|
||||
import { listCustomer } from '@/api/crm/customer';
|
||||
|
||||
export default {
|
||||
name: 'CustomerSelect',
|
||||
|
||||
Reference in New Issue
Block a user