|
@@ -278,7 +278,6 @@ export default {
|
|
|
this.sourceTypeList = res.data.sourceType
|
|
|
this.appClient = res.data.appClient
|
|
|
this.appClient.unshift({ msg: '不跟版', code: -1 })
|
|
|
- // this.$nextTick(() => {
|
|
|
if (this.form_query.referredClientType && this.form_query.referredClientType === '-1') {
|
|
|
this.form_query.referredClientType = [-1]
|
|
|
this.appClient.map(item => {
|
|
@@ -293,7 +292,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
- // })
|
|
|
}
|
|
|
const res3 = await settingQueryBizRqmtOrntList(localStorage.getItem('bizId'))
|
|
|
if (res3.code === 200) { // 需求方向
|