Commit a2b520f5 by 梁建民

js

parent 87ea2e52
...@@ -72,7 +72,7 @@ const actions = { ...@@ -72,7 +72,7 @@ const actions = {
*/ */
if (payload.types == 1) { if (payload.types == 1) {
var params = { var params = {
type: payload.typess, type: 2,
mobile: payload.mobile, mobile: payload.mobile,
linkName: payload.linkName, linkName: payload.linkName,
verifyCode: payload.verifyCode, verifyCode: payload.verifyCode,
......
...@@ -397,7 +397,6 @@ ...@@ -397,7 +397,6 @@
this.$store.dispatch({ this.$store.dispatch({
type: 'chainFind', type: 'chainFind',
types: 1, types: 1,
typess:parseInt(this.supplierActive) + 1,
mobile: this.form.mobile, mobile: this.form.mobile,
linkName: this.form.linkName, linkName: this.form.linkName,
verifyCode: this.form.verifyCode, verifyCode: this.form.verifyCode,
......
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 sign in to comment