|
|
|
@ -166,6 +166,10 @@ export default {
|
|
|
|
|
type: Object,
|
|
|
|
|
required: true,
|
|
|
|
|
},
|
|
|
|
|
mobile: {
|
|
|
|
|
type: Object,
|
|
|
|
|
required: true,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
@ -182,6 +186,7 @@ export default {
|
|
|
|
|
name: null,
|
|
|
|
|
manufacturerIdFk: null,
|
|
|
|
|
status: null,
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
formRules: {
|
|
|
|
|
name: [
|
|
|
|
@ -268,7 +273,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
onConfirmSubmit() {
|
|
|
|
|
this.formData.businessId=this.ucId;
|
|
|
|
|
this.formData.businessId=this.mobile;
|
|
|
|
|
isertCert(this.formData).then( (res)=>{
|
|
|
|
|
if(res.code == 20000){
|
|
|
|
|
this.$message.success("添加成功!")
|
|
|
|
|