浏览代码

no message

linwenxin 7 月之前
父节点
当前提交
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 (