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