Procházet zdrojové kódy

产权交易

rongxin_prod
庞东旭 před 1 rokem
rodič
revize
d2a2f595f2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/views/project/projectDetail.vue

+ 1
- 1
src/views/project/projectDetail.vue Zobrazit soubor

@@ -370,7 +370,7 @@ export default {
this.detail.projectNumber = this.selectDictLabel(res.data,response.data.projectNumber); this.detail.projectNumber = this.selectDictLabel(res.data,response.data.projectNumber);
}); });
this.getDicts("sub_object_type").then(res => { this.getDicts("sub_object_type").then(res => {
this.detail.projectType = this.selectDictLabel(res.data,response.data.projectType);
// this.detail.projectType = this.selectDictLabel(res.data,response.data.projectType);
}); });
this.getDicts("economic_type").then(res => { this.getDicts("economic_type").then(res => {
this.detail.economicType = this.selectDictLabel(res.data,response.data.economicType); this.detail.economicType = this.selectDictLabel(res.data,response.data.economicType);


Načítá se…
Zrušit
Uložit