@ -515,27 +515,6 @@
})
},
methods: {
getUserList (type) {
if(this.ifDisableFlag){
return false
}
this.tagNo1 = type
this.$nextTick(() => {
let strVal = ''
if(type==1) {
strVal = this.dataForm.quoter
if(type==2) {
strVal = this.dataForm.tp
if(type==3) {
strVal = this.dataForm.purchaser
this.$refs.userList.init(this.searchData.site,'%%', strVal)
/* 列表方法的回调 */
getUserData (val) {
if(this.tagNo1==1) {