Commit 40377a76 authored by 李晓兵's avatar 李晓兵

Merge branch 'develop' of https://hel.hand-china.com/xugong/hls-xcmg-vue-app into develop

parents f3c9d234 13dfed87
Pipeline #3928 canceled with stages
......@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-19 09:31:19
* @LastEditTime: 2019-10-29 09:47:54
* @LastEditTime: 2019-11-27 14:51:15
* @LastEditors: Please set LastEditors
-->
<template>
......@@ -39,7 +39,7 @@
</div>
</item>
<item v-if="bp_type_flag">
<div slot="name">{{ typeName }}</div>
<div slot="name" class="required">{{ typeName }}</div>
<input
v-if="bpClass_flag"
slot="content"
......@@ -645,6 +645,7 @@ export default {
'baseInfo.bp_type_n' () {
let vm = this
if (vm.baseInfo.bp_type === 'TENANT' || vm.baseInfo.bp_type === 'GUTA') {
vm.bp_type_flag = true
vm.type = '请输入业务经办员工代码'
vm.typeName = '业务经办人'
vm.bp_type_flag = true
......@@ -723,7 +724,7 @@ export default {
this.multiBpType.bp_type = ''
this.isAddNewType = false
},
selectIdMultiType () {
selectIdMultiType (e) {
let vm = this
let List
if (vm.baseInfo.bp_type === 'TENANT') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment