diff --git a/src/api/unqualProcess.js b/src/api/unqualProcess.js
index c3f3fc7b0..ae5501f98 100644
--- a/src/api/unqualProcess.js
+++ b/src/api/unqualProcess.js
@@ -54,3 +54,12 @@ export function meetingByMonth (params) {
params
})
}
+
+export function addUn (params) {
+ return axios({
+ url: 'api/sarStandUnqualified/sar-stand-unqualified/add',
+ method: 'post',
+ params,
+ content: 'json'
+ })
+}
diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue
index c291b649e..b3e04056e 100644
--- a/src/pages/localTool/standardWarning.vue
+++ b/src/pages/localTool/standardWarning.vue
@@ -14,7 +14,7 @@
-
+
-
+
{
- this.height = $(".content").height();
- };
+ // this.height = $(".content").height();
+ // window.onresize = () => {
+ // this.height = $(".content").height();
+ // };
//从数据库中查询下拉框数据
this.$http.get("sys/dictype/getDicTypeListCode", {}, {
_this: this
@@ -820,7 +820,6 @@ export default {
})
let arr = result.newItems.records
arr.forEach(item => {
- console.log(item.applyType)
// 适用车型转换
if (item.applyType !== null) {
let k = (item.applyType || "").split(",");
diff --git a/src/pages/regulatoryRepository/dataStatis/pages/reviseCost.vue b/src/pages/regulatoryRepository/dataStatis/pages/reviseCost.vue
index 3f36f249a..99059bd95 100644
--- a/src/pages/regulatoryRepository/dataStatis/pages/reviseCost.vue
+++ b/src/pages/regulatoryRepository/dataStatis/pages/reviseCost.vue
@@ -295,7 +295,6 @@ export default {
}, e => {
})
} else {
- console.log(this.formShowData.meetTime)
meetEdit(this.formShowData).then(res => {
if (res.ok) {
this.$message.success('编辑成功')
diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue
index 5d1e0cb47..5739feb9b 100644
--- a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue
+++ b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue
@@ -22,34 +22,6 @@
{{ opt.label}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ 新增
查看
+ 编辑
@@ -218,7 +198,7 @@