bug修复
This commit is contained in:
parent
4a7edc0560
commit
6a038ee455
|
|
@ -316,6 +316,7 @@ export default {
|
|||
this.departRange.forEach((item) => {
|
||||
if (e === item.value) {
|
||||
this.projectParams.departName = item.label;
|
||||
this.projectParams.proId = null;
|
||||
if(this.subSort==2){
|
||||
// 获取工程下拉选
|
||||
let projRes = queryProjApi({
|
||||
|
|
|
|||
Loading…
Reference in New Issue