|
@@ -100,6 +100,7 @@ export default {
|
|
|
parentCategoryId: '',
|
|
|
parentCategoryName: '',
|
|
|
reason: '',
|
|
|
+ applyRemark: '',
|
|
|
settleConfirmTime: '',
|
|
|
websitId: '',
|
|
|
websitName: '',
|
|
@@ -421,7 +422,7 @@ export default {
|
|
|
},
|
|
|
formItemAttributes: {
|
|
|
label: '申诉备注',
|
|
|
- prop: '',
|
|
|
+ prop: 'applyRemark',
|
|
|
rules: []
|
|
|
}
|
|
|
}
|
|
@@ -443,6 +444,11 @@ export default {
|
|
|
label: '问题大类',
|
|
|
prop: 'parentCategoryId',
|
|
|
rules: [...required]
|
|
|
+ },
|
|
|
+ events: {
|
|
|
+ change: val => {
|
|
|
+ this.formData.categoryId = ''
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
{
|