|
@@ -226,7 +226,7 @@ export default {
|
|
}else {
|
|
}else {
|
|
this.mainData.discountrate = Math.round((this.mainData.discountrate * 100) * 100)/100
|
|
this.mainData.discountrate = Math.round((this.mainData.discountrate * 100) * 100)/100
|
|
}*/
|
|
}*/
|
|
-
|
|
|
|
|
|
+
|
|
/* 获取标签数据 */
|
|
/* 获取标签数据 */
|
|
/*this.tagObj = await this.$store.dispatch('queryTagList',{table:'sa_project',id:this.mainData.sa_projectid})*/
|
|
/*this.tagObj = await this.$store.dispatch('queryTagList',{table:'sa_project',id:this.mainData.sa_projectid})*/
|
|
this.flag = 1
|
|
this.flag = 1
|
|
@@ -334,7 +334,7 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
this.projectAddress = res.data
|
|
this.projectAddress = res.data
|
|
-
|
|
|
|
|
|
+
|
|
/* 获取项目等级 */
|
|
/* 获取项目等级 */
|
|
let res2 = await this.$store.dispatch('optiontypeselect','projectgrade')
|
|
let res2 = await this.$store.dispatch('optiontypeselect','projectgrade')
|
|
this.projectLead = res2.data
|
|
this.projectLead = res2.data
|
|
@@ -576,4 +576,4 @@ export default {
|
|
transform: skewX(45deg);
|
|
transform: skewX(45deg);
|
|
}
|
|
}
|
|
|
|
|
|
-</style>
|
|
|
|
|
|
+</style>
|