|
@@ -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) {
|