merge
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -254,6 +254,7 @@ export default { | ... | @@ -254,6 +254,7 @@ export default { |
254 | s.qllxList = s.qllxList.length == 0 ?await this.getDicData("权利类型") : s.qllxList; | 254 | s.qllxList = s.qllxList.length == 0 ?await this.getDicData("权利类型") : s.qllxList; |
255 | s.zdtzmList = s.zdtzmList.length == 0 ?await this.getDicData("宗地(宗海)特征码") : s.sshyList; | 255 | s.zdtzmList = s.zdtzmList.length == 0 ?await this.getDicData("宗地(宗海)特征码") : s.sshyList; |
256 | s.qlsdfsList = s.qlsdfsList.length == 0 ?await this.getDicData("权利设定方式") : s.qlsdfsList; | 256 | s.qlsdfsList = s.qlsdfsList.length == 0 ?await this.getDicData("权利设定方式") : s.qlsdfsList; |
257 | s.gyfsList = s.gyfsList.length == 0 ?await this.getDicData("共有方式") : s.gyfsList; | ||
257 | }, | 258 | }, |
258 | async getDicData(name) { | 259 | async getDicData(name) { |
259 | return await getDdicByMC(name).then((res)=> { | 260 | return await getDdicByMC(name).then((res)=> { | ... | ... |
-
Please register or sign in to post a comment