Compare commits

...

2 Commits

Author SHA1 Message Date
RenCheng
16a9df83ab 修改bug 2025-04-25 23:41:23 +08:00
RenCheng
73c0334228 修改bug 2025-04-25 23:41:12 +08:00
2 changed files with 6 additions and 3 deletions

View File

@ -609,7 +609,7 @@ ul li {
}
.ant-popover-inner {
background: @inpuitbackcolor !important;
background: @headercolor !important;
}
input:not(.ant-calendar-input):not(.ant-select-search__field):not(.ant-input-lg),

View File

@ -132,8 +132,11 @@ export default {
this.$refs.ruleForm.validate(valid => {
if (valid) {
this.confirmLoading = true;
this.form.judgmentField = this.checkedList.join(',')
if(form.duplicationType == 1){
this.form.judgmentField = 'ALL'
}else{
this.form.judgmentField = this.checkedList.join(',')
}
console.log('提交', this.form)
if (!this.form.id) {
createRules(this.form).then(res => {