Commit e6f9336f by 叶富雄

调整

parent b68a1cb0
......@@ -71,7 +71,7 @@
value: "",
placeholder: "请输入",
col: "2",
prop: 'checkEmpty'
/* prop: 'checkEmpty'*/
},
{
name: "代码补充描述:",
......@@ -88,7 +88,7 @@
value: "",
placeholder: "请输入",
col: "2",
prop: "emptyAbleIdentityBT",
/* prop: "emptyAbleIdentityBT",*/
},
{
name: "出生日期_日期估值下限:",
......
......@@ -96,13 +96,11 @@
},
methods: {
setYJ(scope) {
let row = scope.row;
let params = new FormData();
params.append('xxzjbh',row.xxzjbh);
params.append('sjly','03');
params.append('yjxx',row.cyzjZjhm);
this.$confirm("是否确认添加为列控预警对象?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
......@@ -160,10 +158,6 @@
});
});
},
},
mounted() {
},
};
</script>
......
......@@ -8,8 +8,6 @@
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@edit="edit"
@dele="dele"
ref="rightContent"
>
<template #btnGroup="scope">
......@@ -22,7 +20,6 @@
<script>
import rightContent from "@c/ptCxForm_components.vue";
import {zlToDelete} from "@/api/zczl/zczl.js";
import {insertLkyj} from "@/api/jcyjzxt/hmd.js";
export default {
name: "rlqbxsxx",
......@@ -31,7 +28,6 @@
},
data() {
return {
tableOperationWidth: 200,
header: "抓捕犯罪嫌疑人列表",
pageBs: "kyfwbshlist",
cxFormData: {
......@@ -70,7 +66,6 @@
{label: "发现时间", prop: "fxkyfwbzhFxsj"},
{label: "服务标识号", prop: "kyfwbzhFwbzh"},
],
cxUrl: "/jcyj/pageTbXwFxkyfwbzh",
Menu: [
{
......@@ -89,7 +84,6 @@
},
methods: {
setYJ(scope) {
let row = scope.row;
let params = new FormData();
params.append('xxzjbh',row.xxzjbh);
......@@ -116,51 +110,7 @@
});
},
edit(scope) {
this.$router.push({
path: "addsqfbzl",
query: {xxzjbh: scope.row.zczlbh, type: "xdzl"},
});
},
toXdzl() {
this.$router.push({
path: "/addsqfbzl",
query: {
type: "xdzl",
},
});
},
dele(scope) {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
zlToDelete({
zczlbh: scope.row.zczlbh,
}).then((res) => {
if (res.success && res.code == 200) {
this.$message({
type: "success",
message: "删除成功",
});
this.$refs.rightContent.doQuery("yes");
}
});
})
.catch(() => {
this.$message({
type: "info",
message: "已取消删除",
});
});
},
},
mounted() {
},
}
};
</script>
<style>
......
......@@ -159,7 +159,6 @@
return
}
let paramas = new FormData();
console.log(this.SJLYLIST);
if(this.SJLYLIST[0] ==='01' || this.SJLYLIST[0] ==='03') {
paramas.append('zjhm',this.selectedId[0]);
getAsjListByZjhm(paramas).then(res=>{
......@@ -271,12 +270,7 @@
});
});
},
},
mounted() {
},
watch:{}
}
};
</script>
<style>
......
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