From 272008a9bb5c61dc0f306838aaffb8b0eeebf309 Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86/=E8=AF=91=E6=96=87=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=20=E8=A1=8C=E7=BA=A7=E6=92=A4=E5=9B=9E=20=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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 += ','