|
@@ -1470,16 +1470,17 @@ export default {
|
|
|
dutysystemList(param).then(res => {
|
|
|
if (res.data != null && res.data.length > 0) {
|
|
|
this.dutysystemTableData = res.data
|
|
|
- } else {
|
|
|
- this.dutysystemTableData = [{
|
|
|
- id: '',//主键
|
|
|
- dept: this.dutysystemDeptName,//部门名称
|
|
|
- depteventId: this.depteventId,//事件部门关联责任人
|
|
|
- name: '',//姓名
|
|
|
- post: '',//岗位
|
|
|
- telphone: ''//手机号
|
|
|
- }]
|
|
|
}
|
|
|
+ // else {
|
|
|
+ // this.dutysystemTableData = [{
|
|
|
+ // id: '',//主键
|
|
|
+ // dept: this.dutysystemDeptName,//部门名称
|
|
|
+ // depteventId: this.depteventId,//事件部门关联责任人
|
|
|
+ // name: '',//姓名
|
|
|
+ // post: '',//岗位
|
|
|
+ // telphone: ''//手机号
|
|
|
+ // }]
|
|
|
+ // }
|
|
|
})
|
|
|
},
|
|
|
|