From 0bdd307cf975bfae7b32476ddce6a763be2cf32e Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Wed, 16 Apr 2025 09:55:02 +0800 Subject: [PATCH] 2025-04-15 --- src/views/modules/tooling/toolingInfo.vue | 21 --------------------- 1 file changed, 21 deletions(-) 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) {