|
@@ -278,9 +278,7 @@ export default {
|
|
|
this.appClient = res.data.appClient
|
|
|
this.appClient.unshift({ msg: '不跟版', code: -1 })
|
|
|
this.$nextTick(() => {
|
|
|
- console.log(this.form_query.referredClientTypes, 'cdscdijosnciou')
|
|
|
if (this.form_query.referredClientType && this.form_query.referredClientTypes.length === 0) {
|
|
|
- alert(1)
|
|
|
this.form_query.referredClientType = [-1]
|
|
|
this.appClient.map(item => {
|
|
|
if (item.code !== -1) {
|
|
@@ -288,7 +286,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
|
- alert(2)
|
|
|
this.appClient.map(item => {
|
|
|
if (item.code === -1) {
|
|
|
item.dis = true
|