瀏覽代碼

产权交易

rongxin_prod
庞东旭 1 年之前
父節點
當前提交
d2a2f595f2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/views/project/projectDetail.vue

+ 1
- 1
src/views/project/projectDetail.vue 查看文件

@@ -370,7 +370,7 @@ export default {
this.detail.projectNumber = this.selectDictLabel(res.data,response.data.projectNumber);
});
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.detail.economicType = this.selectDictLabel(res.data,response.data.economicType);


Loading…
取消
儲存