|
@@ -123,8 +123,8 @@ export default {
|
|
|
},
|
|
},
|
|
|
methods:{
|
|
methods:{
|
|
|
deleteSuccess(){
|
|
deleteSuccess(){
|
|
|
- this.queryMainData(this.$route.query.id)
|
|
|
|
|
- this.$emit('onSuccess')
|
|
|
|
|
|
|
+ /*this.queryMainData(this.$route.query.id)*/
|
|
|
|
|
+ this.$store.dispatch('changeDetailDrawer',false)
|
|
|
},
|
|
},
|
|
|
async queryMainData (id) {
|
|
async queryMainData (id) {
|
|
|
this.totalPrice = 0
|
|
this.totalPrice = 0
|
|
@@ -292,7 +292,7 @@ export default {
|
|
|
{label:'项目地址',value:`${this.mainData.province} - ${this.mainData.city} - ${this.mainData.county}`},
|
|
{label:'项目地址',value:`${this.mainData.province} - ${this.mainData.city} - ${this.mainData.county}`},
|
|
|
{label:'详细地址',value:this.mainData.address},
|
|
{label:'详细地址',value:this.mainData.address},
|
|
|
// {label:'项目等级',value:this.projectLead.find(item => item.rowindex == this.mainData.grade).value},
|
|
// {label:'项目等级',value:this.projectLead.find(item => item.rowindex == this.mainData.grade).value},
|
|
|
- {label: '项目等级',value: this.mainData.projectLead ? this.mainData.projectLead : '--'},
|
|
|
|
|
|
|
+ {label: '项目等级',value: this.mainData.grade ? this.mainData.grade : '--'},
|
|
|
{label:'项目类型',value:this.mainData.projecttype ? this.mainData.projecttype : '--'},
|
|
{label:'项目类型',value:this.mainData.projecttype ? this.mainData.projecttype : '--'},
|
|
|
{label:'当前项目阶段',value:this.mainData.stagename ? this.mainData.stagename : '--'},
|
|
{label:'当前项目阶段',value:this.mainData.stagename ? this.mainData.stagename : '--'},
|
|
|
{label:'项目报备时间',value:''},
|
|
{label:'项目报备时间',value:''},
|
|
@@ -434,7 +434,7 @@ export default {
|
|
|
this.getEnterprise()
|
|
this.getEnterprise()
|
|
|
this.getSysetms()
|
|
this.getSysetms()
|
|
|
// 验证权限
|
|
// 验证权限
|
|
|
- this.tool.checkAuth(this.$route.name,'update')?'':this.$router.go(-1)
|
|
|
|
|
|
|
+ /* this.tool.checkAuth(this.$route.name,'update')?'':this.$router.go(-1)*/
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
}
|
|
}
|