diff --git a/src/views/modules/tooling/toolingInfo.vue b/src/views/modules/tooling/toolingInfo.vue index 2861f8e..9e3d730 100644 --- a/src/views/modules/tooling/toolingInfo.vue +++ b/src/views/modules/tooling/toolingInfo.vue @@ -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) {