Commit d2343339 by 米嘉伟

发查询一半

parent 8d33005b
......@@ -856,13 +856,12 @@ export default {
// 根据发查询类型 选择源数据类型和目标数据类型
if (this.ruleForm.cxlx.querytype) {
if (this.ruleForm.cxlx.querytype == '1') {
let arr = this.ruleForm.srcDataType
for (let i = 0; i < arr.length; i++) {
if (arr[i] == 1 || arr[i] == 2) {
}
}
// let arr = this.ruleForm.srcDataType
// for (let i = 0; i < arr.length; i++) {
// if (arr[i] == 1 || arr[i] == 2) {
// }
// }
queryRequest['destCaseDataType'] = [7]
} else if (this.ruleForm.cxlx.querytype == '0') {
// let arr = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment