|
|
@ -198,7 +198,7 @@ import chexinglook from './chexinglook' |
|
|
|
import chexingpeizhi from './relation/chexingguanlianchangyong' |
|
|
|
import chexinggonggaoxingao from './relation/chexinggonggaoxingao' |
|
|
|
import upload from '../../../components/uploadFile/upload_chexing' |
|
|
|
import { getListOrgByBrandSid } from '@/api/cheliang/dictcommons' |
|
|
|
import { getListOrgByBrandSidNo } from '@/api/cheliang/dictcommons' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'chexing', |
|
|
@ -385,7 +385,7 @@ export default { |
|
|
|
}) |
|
|
|
}, |
|
|
|
changeBrand(value) { |
|
|
|
getListOrgByBrandSid(this.listQuery.params.createOrgSId, value).then((resp) => { |
|
|
|
getListOrgByBrandSidNo(this.listQuery.params.createOrgSId, value).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.org_list = resp.data |
|
|
|
} |
|
|
|