|
@@ -738,7 +738,7 @@ export default {
|
|
|
this.detailLoading = false
|
|
|
},
|
|
|
platform_codesearchChange(e) {
|
|
|
- const { id, label, pay_name } = e
|
|
|
+ const { id, pay_name } = e
|
|
|
this.ruleForm.platform_id = id || ''
|
|
|
this.pay_name = pay_name || ''
|
|
|
this.$refs.ruleForm.validateField('platform_id')
|