|
|
|
@ -116,7 +116,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<script>
|
|
|
|
|
import customerDetail, {downCompanyData} from "../services/datacenter/DataCenter";
|
|
|
|
|
import customerDetail from "../services/datacenter/DataCenter";
|
|
|
|
|
import zeroExtend from "../services/customer/zeroExtend";
|
|
|
|
|
import staff from "../services/staff/staff";
|
|
|
|
|
export default {
|
|
|
|
@ -426,7 +426,7 @@
|
|
|
|
|
let customerIds = [];
|
|
|
|
|
this.customerList = [];
|
|
|
|
|
if(companyId === 0){
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
}else{
|
|
|
|
|
this.customerList = this.organizationalList.filter(item => item.parentId === companyId && item.level === 3);
|
|
|
|
|
this.insertAllOption();
|
|
|
|
|