From 52da7460a26b0f99d2f72ff4dc61765daca30e50 Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期二, 03 一月 2023 09:47:03 +0800
Subject: [PATCH] 跨域配置修改
---
src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue | 29 +++++++++++++----------------
1 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue b/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue
index bb39826..10dd147 100644
--- a/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue
+++ b/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue
@@ -299,7 +299,6 @@
},
created() {
const { getBigKind, getEventLevel, getSmallKind } = this;
- console.log(this.mytype);
this.vio.category = this.mytype + 1;
getBigKind();
getSmallKind();
@@ -316,7 +315,6 @@
url: 'sccg/violations/query/type_first'
}).then(res => {
this.bigKindList = res.data;
- // console.log(res);
})
},
// 鑾峰彇灏忕被鍒楄〃
@@ -354,7 +352,6 @@
this.$refs.user.validate((valid) => {
if (valid) {
const { vio } = this;
- console.log(vio);
this.$axios({
method: 'post',
url: 'sccg/base-case/addition_violation',
@@ -408,19 +405,19 @@
.input-form {
.el-form {
- &::v-deep .el-form-item__label {
- color: #4b9bb7;
- }
+ // &::v-deep .el-form-item__label {
+ // color: #4b9bb7;
+ // }
- &::v-deep .el-input__inner {
- background-color: #09152f;
- border: 1px solid #17324c;
- }
+ // &::v-deep .el-input__inner {
+ // background-color: #09152f;
+ // border: 1px solid #17324c;
+ // }
- &::v-deep .el-textarea__inner {
- background-color: #09152f;
- border: 1px solid #17324c;
- }
+ // &::v-deep .el-textarea__inner {
+ // background-color: #09152f;
+ // border: 1px solid #17324c;
+ // }
}
}
@@ -460,8 +457,8 @@
color: #fff;
// outline: #409eff solid 1px;
outline: none;
- background-color: #09152f;
- border: 1px solid #17324c;
+ // background-color: #09152f;
+ // border: 1px solid #17324c;
}
}
}
--
Gitblit v1.8.0