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">
           <div style="text-align: right">
             <el-button @click="closeDialog(0)">取消</el-button>
             <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>
             </el-button>
           </div>
           </div>