diff --git a/src/common/axios/index.js b/src/common/axios/index.js
index bd1faa601..e7ad9e22d 100644
--- a/src/common/axios/index.js
+++ b/src/common/axios/index.js
@@ -447,5 +447,18 @@ export default {
}
exeFun.call(this, err)
})
+ },
+
+ /**
+ * @description: delete方法
+ * @author: chenxiaoxi
+ * @date: 2018-09-14 09:55:30
+ */
+ postDelete (url, param, thenFun, exeFun) {
+ _axios.post(api() + url, {}).then(res => {
+ thenFun.call(this, res.data)
+ }).catch(err => {
+ exeFun.call(this, err)
+ })
}
}
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
index d683c5072..9327a4c2c 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
@@ -1,49 +1,50 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue
index f32fddf4e..eef3ef4b4 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue
@@ -3,7 +3,7 @@
-
+
+ @click="searchSarAccess">
查询
@@ -39,7 +39,8 @@
清空
+ @click="clearSearch">清空
+
@@ -51,14 +52,16 @@
size="mini"
@click="openModal(null,'addOpt')"
v-btn-permission="'J2YEFN9MH4KWW5HMR2QH'"
- >
新增
+ >
新增
+
批量删除
+ >
批量删除
+
- {{ scope.row.accessContent }}
+ {{ scope.row.detailedListName }}
- 未发布
- 已发布
+ 未发布
+ 已发布
- V{{ scope.row.detailedListVesion }}
+ {{ scope.row.detailedListVesion
+ }}
- V{{ scope.row.applicationScope }}
+ {{ scope.row.applicationScope
+ }}
- {{ scope.row.updateTime ? scope.row.updateTime.split(' ')[0] : '' }}
+ {{ scope.row.updateTime ? scope.row.updateTime.split(" ")[0] : "" }}
- 查看
- 编辑
- 删除
+ 查看
+
+ 编辑
+
+ 删除
+
@@ -147,7 +157,8 @@
数据获取中
-
+
@@ -155,7 +166,7 @@