同意跳转

This commit is contained in:
gaoyuanwei 2022-07-21 10:09:46 +08:00
parent a044ead9b0
commit c687738e2c
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
<el-input v-model="input" placeholder="请输入审批意见"></el-input>
<span slot="footer" class="dialog-footer">
<el-button @click="handleClose2"> </el-button>
<el-button type="primary" @click="agreeOrNot()"> </el-button>
<el-button type="primary" @click.native="agreeOrNot($store.state.contentTabsActiveName)"> </el-button>
</span>
</el-dialog>
</el-card>
@ -260,7 +260,7 @@ export default {
.catch(() => {})
},
// 退
agreeOrNot: debounce(function () {
agreeOrNot: debounce(function (data) {
if (this.dialogType === '同意') {
console.log('this.dataForm', this.dataForm)
const params = qs.stringify({