commit
This commit is contained in:
@@ -2826,7 +2826,6 @@ export default {
|
||||
font-weight: bold;
|
||||
color: #e88218;
|
||||
margin-top: -80px;
|
||||
background: #E5E5E5;
|
||||
}
|
||||
/deep/.details-content{
|
||||
/*padding: 0 67px;*/
|
||||
|
||||
@@ -67,8 +67,8 @@ export default {
|
||||
loginUser (userName, PWD) {
|
||||
this.loading = true
|
||||
// 用户名密码加密
|
||||
// userName = this.$base64(userName)
|
||||
// PWD = this.$base64(PWD)
|
||||
userName = this.$base64(userName)
|
||||
PWD = this.$base64(PWD)
|
||||
this.$http.post('login',
|
||||
{
|
||||
username: userName,
|
||||
|
||||
@@ -2493,7 +2493,8 @@ export default {
|
||||
formData.standType = 'INLAND'
|
||||
this.SarExportSearchEo = formData
|
||||
this.loading = true
|
||||
this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', formData, {
|
||||
console.log(2496)
|
||||
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', formData, {
|
||||
_this: this, loading: 'loading'
|
||||
}, res => {
|
||||
this.isAdvancedSearch = false
|
||||
@@ -3612,7 +3613,8 @@ export default {
|
||||
},
|
||||
async mounted () {
|
||||
// 进入页面后查询树形结构目录
|
||||
await this.selectMenu()
|
||||
// await this.selectMenu()
|
||||
|
||||
this.treeReload = true
|
||||
// 从数据库中查询各下拉框数据
|
||||
this.$http.get('sys/dictype/getDicTypeListCode', '', {
|
||||
|
||||
Reference in New Issue
Block a user