Browse Source

2025-04-15

master
qiezi 11 months ago
parent
commit
0bdd307cf9
  1. 21
      src/views/modules/tooling/toolingInfo.vue

21
src/views/modules/tooling/toolingInfo.vue

@ -515,27 +515,6 @@
}) })
}, },
methods: { 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) { getUserData (val) {
if(this.tagNo1==1) { if(this.tagNo1==1) {

Loading…
Cancel
Save