소스 검색

no message

linwenxin 11 달 전
부모
커밋
9aa5d65f77
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      src/views/commonPage/parts-config/index.vue

+ 1 - 5
src/views/commonPage/parts-config/index.vue

@@ -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 (