|
|
|
@ -257,6 +257,7 @@ import {
|
|
|
|
|
import {filterCompanyCert, deleteCompanyCert, auditSupCert} from "../../../api/purchase/companyCert";
|
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
|
import { customerlist } from '@/api/system/role'
|
|
|
|
|
import store from '@/store'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
@ -410,6 +411,7 @@ export default {
|
|
|
|
|
this.customerlist();
|
|
|
|
|
this.selectedOptions = this.inputQuery.areaCode.split(",");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
draggable
|
|
|
|
@ -662,8 +664,6 @@ export default {
|
|
|
|
|
customerlist().then((response) => {
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.roleList=response.data;
|
|
|
|
|
debugger
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|