|
|
@@ -1886,7 +1886,7 @@ import apiCert from '@/api/oilsupplier/suppliercert'
|
|
|
if (!this.CheckCompanyBase()) {
|
|
|
return
|
|
|
}
|
|
|
- this.formDataCert.InStyle = this.formData.InStyle
|
|
|
+ // this.formDataCert.InStyle = this.formData.InStyle
|
|
|
api.updateNumberEntity(this.formData.Id + '_' + this.certId, this.formDataCert, this.$axios).then(
|
|
|
res => {
|
|
|
if (res.data.code === 0) {
|