|
@@ -347,16 +347,16 @@
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
if ('params' in options) {
|
|
if ('params' in options) {
|
|
this.objValue = JSON.parse(decodeURIComponent(options.params));
|
|
this.objValue = JSON.parse(decodeURIComponent(options.params));
|
|
- if (this.objValue.enginType == `old_renovation`) {
|
|
|
|
- this.title = '旧改工程-庭院'
|
|
|
|
|
|
+ // if (this.objValue.enginType == `old_renovation`) {
|
|
|
|
+ // this.title = '旧改工程-庭院'
|
|
|
|
|
|
- } else if (this.objValue.enginType == `new_built`) {
|
|
|
|
- this.title = '新建工程-庭院'
|
|
|
|
- }
|
|
|
|
|
|
+ // } else if (this.objValue.enginType == `new_built`) {
|
|
|
|
+ // this.title = '新建工程-庭院'
|
|
|
|
+ // }
|
|
|
|
|
|
- uni.setNavigationBarTitle({
|
|
|
|
- title: this.title
|
|
|
|
- })
|
|
|
|
|
|
+ // uni.setNavigationBarTitle({
|
|
|
|
+ // title: this.title
|
|
|
|
+ // })
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -440,7 +440,8 @@
|
|
}
|
|
}
|
|
this.open = true;
|
|
this.open = true;
|
|
//请求
|
|
//请求
|
|
- getengineeringNameList(this.projectType.dictValue, "1").then(response => {
|
|
|
|
|
|
+ console.log("sss", this.objValue.value)
|
|
|
|
+ getengineeringNameList(this.projectType.dictValue, "1", this.objValue.value).then(response => {
|
|
|
|
|
|
this.selectList = response.data;
|
|
this.selectList = response.data;
|
|
});
|
|
});
|