|
@@ -490,7 +490,7 @@ import SaleaeaRef from "@/views/business/spd/bo/refer/saleaea/index.vue";
|
|
import OrgRef from "@/views/business/spd/bo/refer/org/index.vue";
|
|
import OrgRef from "@/views/business/spd/bo/refer/org/index.vue";
|
|
import DeptRef from "@/views/business/spd/bo/refer/dept/index.vue";
|
|
import DeptRef from "@/views/business/spd/bo/refer/dept/index.vue";
|
|
import StaffRef from "@/views/business/spd/bo/refer/staff/index.vue";
|
|
import StaffRef from "@/views/business/spd/bo/refer/staff/index.vue";
|
|
-import { getBoJobListByType } from "@/api/business/spd/bo/boNode";
|
|
|
|
|
|
+import { getBoNodeListByType } from "@/api/business/spd/bo/boNode";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: "Basic",
|
|
name: "Basic",
|
|
@@ -803,7 +803,7 @@ export default {
|
|
//查询参数商机类型改变后
|
|
//查询参数商机类型改变后
|
|
boTypeChange(boType){
|
|
boTypeChange(boType){
|
|
if(boType){
|
|
if(boType){
|
|
- getBoJobListByType(boType).then(response => {
|
|
|
|
|
|
+ getBoNodeListByType(boType).then(response => {
|
|
this.mk_bo_stage = response.rows;
|
|
this.mk_bo_stage = response.rows;
|
|
});
|
|
});
|
|
}else{
|
|
}else{
|