|
@@ -1264,6 +1264,10 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
/************************************责任制-开始****************************************/
|
|
/************************************责任制-开始****************************************/
|
|
|
|
+ //初始化责任制数据列表
|
|
|
|
+ initDutysystemTableData(){
|
|
|
|
+ this.dutysystemTableData = [];
|
|
|
|
+ },
|
|
addLine: function() {//添加负责人行数
|
|
addLine: function() {//添加负责人行数
|
|
var newValue = {
|
|
var newValue = {
|
|
id: '',//主键
|
|
id: '',//主键
|
|
@@ -1335,6 +1339,7 @@ export default {
|
|
centereventtdepteventList(param).then(res => {
|
|
centereventtdepteventList(param).then(res => {
|
|
this.depteventList = res.data
|
|
this.depteventList = res.data
|
|
this.showResponsibilityDialog = true
|
|
this.showResponsibilityDialog = true
|
|
|
|
+ this.initDutysystemTableData();
|
|
})
|
|
})
|
|
},
|
|
},
|
|
closeResponsibilityDialog() {//责任制关闭
|
|
closeResponsibilityDialog() {//责任制关闭
|