|
@@ -371,7 +371,7 @@
|
|
/>
|
|
/>
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <el-button size="mini" type="primary" class="fr_button" @click="updateYjYuAn">确定
|
|
|
|
|
|
+ <el-button size="mini" type="primary" class="fr_button" @click="updateResponsibility">确定
|
|
</el-button>
|
|
</el-button>
|
|
<div style="clear: both;"></div>
|
|
<div style="clear: both;"></div>
|
|
</el-form>
|
|
</el-form>
|
|
@@ -1637,6 +1637,9 @@ export default {
|
|
showResponsibility () {
|
|
showResponsibility () {
|
|
this.showResponsibilityDialog = true
|
|
this.showResponsibilityDialog = true
|
|
},
|
|
},
|
|
|
|
+ updateResponsibility () {
|
|
|
|
+ alert("责任制提交")
|
|
|
|
+ },
|
|
cancelEventShow() {
|
|
cancelEventShow() {
|
|
console.log('关闭事件弹窗')
|
|
console.log('关闭事件弹窗')
|
|
this.eventLogList = []
|
|
this.eventLogList = []
|