|
|
@@ -147,11 +147,12 @@ export default {
|
|
|
this.typeData = jsonData.data;
|
|
|
});
|
|
|
|
|
|
- companyInfoApi.list().then(function(response) {
|
|
|
+ companyInfoApi.list().then((response)=>{
|
|
|
var jsonData = response.data;
|
|
|
+
|
|
|
if (jsonData.result) {
|
|
|
if (jsonData.data != null && jsonData.data != "") {
|
|
|
- self.companyResult = jsonData.data;
|
|
|
+ this.companyResult = jsonData.data;
|
|
|
}
|
|
|
}
|
|
|
});
|