前后端接口联调,修改传输协议
This commit is contained in:
parent
8b43b2af8f
commit
67d59db813
|
|
@ -35,14 +35,7 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right-profile">
|
||||
<span class="zyt" @click="skipPage"><i>综合执法一张图</i></span>
|
||||
<i class="iconfont icon-zngzt_zfdc" v-if="projectName == 'gzt'" title="编辑桌面"></i>
|
||||
<i class="iconfont icon-zngzt_syfw" v-if="projectName != 'gzt'" @click="handleTo({ path: 'gzt' })" title="首页"></i>
|
||||
<NotificationBell/>
|
||||
<public-full-screen></public-full-screen>
|
||||
<i class="iconfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
|
|
|
|||
|
|
@ -353,10 +353,7 @@ function findOne(row) {
|
|||
|
||||
async function handleDetail(row) {
|
||||
dialogConfig.value.show = true
|
||||
dialogConfig.value.mode = 'detail'
|
||||
dialogConfig.value.title = '详情企业信息'
|
||||
findOne(row)
|
||||
}
|
||||
|
||||
|
||||
async function handleModify(row) {
|
||||
dialogConfig.value.show = true
|
||||
|
|
|
|||
|
|
@ -45,9 +45,7 @@ public class Zfzbgl extends BaseModel {
|
|||
@Comment("属地代码")
|
||||
private String sddm;
|
||||
|
||||
@Column(length = 200)
|
||||
@Comment("属地名称")
|
||||
private String sdmc;
|
||||
|
||||
|
||||
|
||||
@Column(length = 200)
|
||||
|
|
|
|||
Loading…
Reference in New Issue