@@ -1715,7 +1715,6 @@ func (this *OilSupplierController) UpdateNumberEntity() {
colcerts := []string{
"Id",
- "InStyle",
"WorkerTotal",
"ContractNum ",
"UniversityNum",
@@ -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) {