Commit 3f3e975b by 张超军

去掉逻辑库全选

parent 6fc03f7f
......@@ -65,7 +65,6 @@
</div>
<div class="ryljfk">
<el-form-item prop="logicdbtype2" class="fk">
<el-checkbox :indeterminate="isIndeterminate" v-model="checkAll" @change="handleCheckAllChange">全选</el-checkbox>
<el-checkbox-group v-model="ruleForm.logicdbtype2" @change="handleCheckedCitiesChange">
<el-checkbox v-for="(item,index) in ryljfkArr" :label="item" :key="index">{{item}}</el-checkbox>
</el-checkbox-group>
......@@ -153,9 +152,7 @@ export default {
arrow: 'bottom',
width1: 80,
drawer: false,
checkAll: false,
ryljfkArr: ['本地案件库', '比中案件库', '已破案件库', '重大案件库', 'B类案件库', 'C类案件库', '勘查案件库', '协查案件库', '协查案件库'],
isIndeterminate: true,
ruleForm: {
id: '',
ysxtAsjbh: '',
......@@ -290,17 +287,6 @@ export default {
this.arrow = 'top'
}
},
handleCheckAllChange (val) {
console.log(val);
this.ruleForm.logicdbtype2 = val ? this.ryljfkArr : [];
this.isIndeterminate = false;
},
handleCheckedCitiesChange (value) {
console.log(value);
let checkedCount = value.length;
this.checkAll = checkedCount === this.ryljfkArr.length;
this.isIndeterminate = checkedCount > 0 && checkedCount < this.ryljfkArr.length;
},
/**
* 初始化数据
*/
......
......@@ -121,7 +121,6 @@
</div>
<div class="ryljfk">
<el-form-item prop="logicdbtype2" class="fk">
<el-checkbox :indeterminate="isIndeterminate" v-model="checkAll" @change="handleCheckAllChange">全选</el-checkbox>
<el-checkbox-group v-model="ruleForm.logicdbtype2" @change="handleCheckedCitiesChange">
<el-checkbox v-for="(item,index) in ryljfkArr" :label="item" :key="index">{{item}}</el-checkbox>
</el-checkbox-group>
......@@ -208,9 +207,7 @@ export default {
arrow: 'bottom',
width1: 80,
drawer: false,
checkAll: false,
ryljfkArr: ['基本人员库', '高危人员库', '非违人员库', '在逃人员库', '布控人员库', '前科人员库', '协查人员库'],
isIndeterminate: true,
ruleForm: {
id: '',
rybh: '',
......@@ -384,17 +381,6 @@ export default {
this.arrow = 'top'
}
},
handleCheckAllChange (val) {
//console.log(val);
this.ruleForm.logicdbtype2 = val ? this.ryljfkArr : [];
this.isIndeterminate = false;
},
handleCheckedCitiesChange (value) {
//console.log(value);
let checkedCount = value.length;
this.checkAll = checkedCount === this.ryljfkArr.length;
this.isIndeterminate = checkedCount > 0 && checkedCount < this.ryljfkArr.length;
},
/**
* 初始化数据
*/
......
......@@ -828,7 +828,6 @@ export default {
//进入页面
enterInto(row) {
if (row.children && row.children.length > 0) {
debugger;
if (row.children[0].querytype === "0") {
let routeUrl = this.$router.resolve({
path: "/confirm/TT",
......
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-12-01 09:52:46
* @LastEditTime: 2021-12-01 09:55:26
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......@@ -91,14 +91,14 @@ module.exports = {
"/api": {
// target: "http://192.168.0.137:8080/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/
// target: "http://172.18.108.2:8099/", // 张 认定
target: "http://192.168.128.108:8099", // 湖南-张
// target: "http://192.168.128.108:8099", // 湖南-张
// target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.116:8099", // 湖南-王
// target: "http://192.168.128.118:8764", // 湖南-张呈光
// target: "http://172.18.116.73:8099/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ ma
// target: "http://127.0.0.1:8099",
// target: "http://47.92.225.109:5602",
// target: "http://www.meetfood.cn:2390", // 湖南-线上
target: "http://www.meetfood.cn:2390", // 湖南-线上
ws: true,
changeOrigin: true,
......@@ -126,8 +126,8 @@ module.exports = {
"/security": {
//target: "http://192.168.128.106:8765", // 湖南-王
target: "http://192.168.128.108:8764", // 湖南-张
// target: "http://www.meetfood.cn:2390", // 湖南-王
// target: "http://192.168.128.108:8764", // 湖南-张
target: "http://www.meetfood.cn:2390", // 湖南-王
ws: true,
changeOrigin: true,
pathRewrite: {
......
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