Commit e25960f9 by 叶富雄

修改

parent c68c6dde
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
:propTitle="title" :propTitle="title"
@handleRemove="handleRemove" @handleRemove="handleRemove"
@removePhoto="removePhoto" @removePhoto="removePhoto"
@ajtq="ajtq"
pageBs="addsqfbzl" pageBs="addsqfbzl"
ref="formCompontent" ref="formCompontent"
> >
...@@ -33,30 +34,7 @@ ...@@ -33,30 +34,7 @@
objStr: "", objStr: "",
index: 0, index: 0,
data: [ data: [
{
name: "正面照片:",
id: "R_ZMZP_File",
type: "photo",
value: "",
requestUrl: "/flwsFj/tbstasjflwsCj/save",
col: "2",
},
{
name: "左侧面照片:",
id: "R_ZCMZP_File",
type: "photo",
value: "",
requestUrl: "/flwsFj/tbstasjflwsCj/save",
col: "2",
},
{
name: "右侧面照片:",
id: "R_YCMZP_File",
type: "photo",
value: "",
requestUrl: "/flwsFj/tbstasjflwsCj/save",
col: "2",
},
{ {
name: "姓名:", name: "姓名:",
id: "xm", id: "xm",
...@@ -88,7 +66,7 @@ ...@@ -88,7 +66,7 @@
{ {
name: "证件号码:", name: "证件号码:",
id: "zjhm", id: "zjhm",
type: "text", type: "textTq",
value: "", value: "",
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "2",
...@@ -196,6 +174,9 @@ ...@@ -196,6 +174,9 @@
}; };
}, },
methods: { methods: {
ajtq(gmsfzh){
console.log(gmsfzh);
},
submit(params) { submit(params) {
let loading = this.$loading({ let loading = this.$loading({
lock: true, lock: true,
......
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