|
@@ -126,11 +126,7 @@ export default {
|
|
|
return this.formData.isDefault || this.formType !== 0
|
|
|
},
|
|
|
isDefaultDisabled() {
|
|
|
- return (
|
|
|
- this.formData.isDefault &&
|
|
|
- this.$route.name == 'center-parts-config' &&
|
|
|
- (this.formType == 1 || this.formType == 0)
|
|
|
- )
|
|
|
+ return this.formData.isDefault && this.$route.name == 'center-parts-config'
|
|
|
},
|
|
|
websiteRefundConfigDisabled() {
|
|
|
return (
|