Compare commits
2 Commits
abf8491c54
...
16a9df83ab
Author | SHA1 | Date | |
---|---|---|---|
![]() |
16a9df83ab | ||
![]() |
73c0334228 |
|
@ -609,7 +609,7 @@ ul li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-popover-inner {
|
.ant-popover-inner {
|
||||||
background: @inpuitbackcolor !important;
|
background: @headercolor !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),
|
||||||
|
|
|
@ -132,8 +132,11 @@ export default {
|
||||||
this.$refs.ruleForm.validate(valid => {
|
this.$refs.ruleForm.validate(valid => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
this.confirmLoading = true;
|
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)
|
console.log('提交', this.form)
|
||||||
if (!this.form.id) {
|
if (!this.form.id) {
|
||||||
createRules(this.form).then(res => {
|
createRules(this.form).then(res => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user