dev
张同海 2 years ago
parent 4c2d3a08f5
commit e27051cba8

@ -390,7 +390,6 @@
<script>
import { XCard } from '@/components'
import { AutoComplete } from 'ant-design-vue'
import { DjyCustomerPage } from '@/api/modular/main/CustomerInformationManagement'
import {
DjyCustomerpage,
GetCarrierlist,
@ -732,10 +731,6 @@ export default {
// this.getUserList('op')
// this.getUserList('doc')
// this.getUserList('custservice')
DjyCustomerPage({ pageSize: 999 }).then(res => {
console.log(res)
this.CustomerData = res.data.rows
})
if (this.details.etd) {
this.etdWeek = this.getWeek(this.details.etd)
}

Loading…
Cancel
Save