|
@@ -690,6 +690,7 @@ export default {
|
|
let result = true
|
|
let result = true
|
|
// 质控逻辑只有一条
|
|
// 质控逻辑只有一条
|
|
rule[0].condition_content.map(item => {
|
|
rule[0].condition_content.map(item => {
|
|
|
|
+ console.log(item)
|
|
if (this.hasEmptyValues(item)) {
|
|
if (this.hasEmptyValues(item)) {
|
|
this.$message.error(`请完善质控逻辑`)
|
|
this.$message.error(`请完善质控逻辑`)
|
|
result = false
|
|
result = false
|
|
@@ -723,7 +724,7 @@ export default {
|
|
})
|
|
})
|
|
})
|
|
})
|
|
if (valid) {
|
|
if (valid) {
|
|
- if (this.judgeQZTJ() && this.judgeRule()) {
|
|
|
|
|
|
+ if (this.judgeQZTJ()) {
|
|
const params = {
|
|
const params = {
|
|
case_type,
|
|
case_type,
|
|
changjing,
|
|
changjing,
|