diff --git a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue
index 7ed4f6850..9834f1ed7 100644
--- a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue
+++ b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue
@@ -159,8 +159,9 @@
查看
通过
驳回
+ 撤回
编辑
- 重新提交
+ 重新提交
@@ -251,12 +252,27 @@ export default {
this.getDicTypeListCode()
},
methods: {
+ ResubmitOrWithdraw (id, status) {
+ const query = {
+ status: status,
+ ids: id
+ }
+ this.$http.postData('/lawss/standardApplyFor/batchUpdateStatus', query, { _this: this }, res => {
+ if (res.ok) {
+ this.$message.success('操作成功')
+ this.getList()
+ }else{
+ this.$message.warning(res.message)
+ }
+ })
+ },
edit (item) {
this.$refs.addModalRef.showModal(item)
},
checkedRole (data) {
let idList = ''
let nameList = ''
+ console.log(data)
data.forEach(item => {
if (nameList.length > 0) {
nameList += ','