Commit 9fd0b456 by 叶富雄

人像模块图片

parent 3c0c1ce4
......@@ -30,3 +30,7 @@ export const updateRxbz = params =>
postform(`${base.alyIP}/rxbz/updateRxbz`, params);
export const insertZwbzjg = params =>
postform(`${base.alyIP}/zwbzhc/insertZwbzjg`, params);
export const saveZwbzrw = params =>
postform(`${base.alyIP}/Zwbzrw/saveZwbzrw`, params);
export const deleteZjcbrwById = params =>
post(`${base.alyIP}/Zwbzrw/deleteZjcbrwById`, params);
......@@ -20,7 +20,7 @@
import formCompontent from "@c/form.vue";
import { selectHmzpList} from "@/api/dswtz/hmxx.js";
import { insertZwbzjg } from "@/api/dswtz/bzxx";
import { saveZwbzrw } from "@/api/dswtz/bzxx";
export default {
name: "addryxx",
props:{
......@@ -33,7 +33,7 @@
return {
loading: true,
fileBase64:{},
title: "添加人像比中",
title: "添加指纹比中",
propFormField: [
{
title: "",
......@@ -83,7 +83,7 @@
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
insertZwbzjg(params).then(res=>{
saveZwbzrw(params).then(res=>{
if(res.code){
loading.close()
this.$router.go(-1)
......@@ -135,7 +135,7 @@
},
created() {
if (this.$route.query.rybh) {
this.title = "添加人像比中";
this.title = "添加指纹比中";
this.rybh = this.$route.query.rybh;
this.getshuju();
}
......
......@@ -62,9 +62,8 @@
<script>
import rightContent from "@c/ptCxForm_components.vue";
import {leftMenus} from "@p/dswtzxx/index.js";
import { updateRxbdById,selectJglist,deleteRxbz } from "@/api/dswtz/bzxx";
import { updateRxbdById,selectJglist,deleteRxbz,deleteZjcbrwById } from "@/api/dswtz/bzxx";
import { deleteRyzpById } from "@/api/dswtz/rxxx.js";
import { deleteZjcbrwById} from "@/api/dswtzxx.js";
import {bdzt} from "@/assets/js/transformFormTable.js";
export default {
name: "lbxx",
......@@ -81,7 +80,7 @@
gridData: [],
tableOperation:true,
tableOperationWidth:200,
header: "人像比中信息",
header: "指纹比中信息",
pageBs: "dswtzxxlbxx",
cxFormData: {
page:'1',
......@@ -130,7 +129,7 @@
Menu: [
{
id: "bdmbXxzjbh",
label: "人像比中信息",
label: "指纹比中信息",
index: "wfqdzczl",
auth: "M0101",
className: "iconfont iconrizhi",
......@@ -155,13 +154,13 @@
},
add(){
this.$router.push({
path: "bzxxAddRx",
path: "bdjgZwAdd",
query: { rybh: this.$route.query.rybh},
});
},
add1(){
this.$router.push({
path: "bdjgAddRx",
path: "bdjgZwAdd",
query: { glxxzjbh: this.xxzjbh},
});
},
......
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