ecb27d8c by renchao@pashanhoo.com

style:审批意见

1 parent b7b5cde3
<!--
* @Description: 功能:审批意见
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:41:24
* @LastEditTime: 2023-07-20 09:52:48
-->
<template>
<div class='spyj loadingtext'>
......@@ -83,7 +83,7 @@
},
},
mounted () {
this.ableOperation = this.$parent.ableOperation;
this.ableOperation = this.$parent.currentSelectTab.ableOperation
this.list();
},
methods: {
......@@ -94,7 +94,6 @@
var formdata = new FormData();
formdata.append("bsmBusiness", this.propsParam.bsmBusiness);
formdata.append("bestepid", this.$route.query.bestepid);
// formdata.append("ableOperation", this.ableOperation)
getSpyjList(formdata).then((res) => {
this.$endLoading()
if (res.code === 200 && res.result) {
......