zxr 3 tahun lalu
induk
melakukan
ea4009180e
1 mengubah file dengan 9 tambahan dan 1 penghapusan
  1. 9 1
      src/views/peopleManage/people/index.vue

+ 9 - 1
src/views/peopleManage/people/index.vue

@@ -1231,7 +1231,7 @@
         </el-form>
       </div>
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">确 定</el-button>
+        <el-button type="primary" @click="submitForm" v-if="btnflg" >确 定</el-button>
         <el-button @click="cancel" size="btn">取 消</el-button>
       </div>
     </el-dialog>
@@ -1677,6 +1677,14 @@ export default {
       this.open = true;
       this.title = "添加人员管理";
       this.btnflg=true;
+      this.jtlist= [
+        {
+          name: null,
+          characterRelationship: null,
+          phoneNumber: null,
+          unitName: null,
+        }
+      ];
     },
     /** 查看按钮操作 */
     handlesee(row) {