Compare commits

..

No commits in common. "16a9df83ab5cacf86262873c36cad33c3bed89ad" and "abf8491c54bc7dcb6460bee3b3f60b5aa883494b" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

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

View File

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