ming 3 년 전
부모
커밋
2ebe2d06f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/tenantManage/authConfig/dialogComponent.vue

+ 1 - 1
src/views/tenantManage/authConfig/dialogComponent.vue

@@ -40,7 +40,7 @@
 
           <div style="text-align: right">
             <el-button @click="closeDialog(0)">取消</el-button>
-            <el-button type="primary" @click="submitForm(formInfo)">
+            <el-button type="primary" @click="submitForm(formInfo)" disabled=disabled>
               保存
             </el-button>
           </div>