Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
Generated
+10954
-29177
File diff suppressed because it is too large
Load Diff
@@ -168,6 +168,8 @@ router.beforeEach(function (to, from, next) {
|
|||||||
if ((token === null || token === '' ) && toName !== 'Login') {
|
if ((token === null || token === '' ) && toName !== 'Login') {
|
||||||
if(toName !== 'phoneIndex'){
|
if(toName !== 'phoneIndex'){
|
||||||
if(toName === 'phoneHome'){
|
if(toName === 'phoneHome'){
|
||||||
|
// 手机端 首页 首次进入系统 清除 缓存, 防止 跳转 oa 的页面, 问题追溯 #55852
|
||||||
|
window.sessionStorage.clear()
|
||||||
next('/loginVerifyPhone')
|
next('/loginVerifyPhone')
|
||||||
}else {
|
}else {
|
||||||
if(fromName === 'phoneHome'){
|
if(fromName === 'phoneHome'){
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="float: right; margin-top: 20px">
|
<div style="float: right; margin-top: 20px">
|
||||||
<el-checkbox v-if="answer.checkedShow" @change="answerChang" :disabled="answer.state && answer.state === 'yes'" v-model="answer.checked">归档</el-checkbox>
|
<el-checkbox v-if="answer.checkedShow && (answer.answerer !== answererNowUserName)" @change="answerChang" :disabled="answer.state && answer.state === 'yes'" v-model="answer.checked">归档</el-checkbox>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="footer-box">-->
|
<!-- <div class="footer-box">-->
|
||||||
@@ -40,6 +40,8 @@ export default {
|
|||||||
data(){
|
data(){
|
||||||
return{
|
return{
|
||||||
checked: '',
|
checked: '',
|
||||||
|
answererNowUserId: this.$store.getters.userInfo.userId,
|
||||||
|
answererNowUserName: this.$store.getters.userInfo.userName,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
|
|||||||
@@ -872,7 +872,6 @@
|
|||||||
<el-form-item label="标准号/标准名称" class="search-item">
|
<el-form-item label="标准号/标准名称" class="search-item">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="handleSelectForm.lawNumber"
|
v-model="handleSelectForm.lawNumber"
|
||||||
@change="lawNumberSearch"
|
|
||||||
placeholder="根据标准号/标准名称查找"
|
placeholder="根据标准号/标准名称查找"
|
||||||
clearable
|
clearable
|
||||||
:maxlength="100"></el-input>
|
:maxlength="100"></el-input>
|
||||||
@@ -1454,6 +1453,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//选择标准的查询按钮
|
//选择标准的查询按钮
|
||||||
searchLawBtn(){
|
searchLawBtn(){
|
||||||
|
this.lawNumberSearch()
|
||||||
this.lawInfoTableLoading = true
|
this.lawInfoTableLoading = true
|
||||||
if (this.handleSelectForm.dataSource === 'INLAND'){
|
if (this.handleSelectForm.dataSource === 'INLAND'){
|
||||||
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPageByWk1',this.handleSelectForm,{
|
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPageByWk1',this.handleSelectForm,{
|
||||||
|
|||||||
@@ -1084,8 +1084,9 @@ export default {
|
|||||||
},
|
},
|
||||||
//问题查询
|
//问题查询
|
||||||
queSearch(){
|
queSearch(){
|
||||||
this.$http.get('lawss/AskQuestions/getAskQuestionsByStandardId',{
|
this.$http.get('lawss/AskQuestions/getAskQuestionsNew',{
|
||||||
standardId: this.activestand,
|
standardId: this.activestand,
|
||||||
|
classification: this.activeName,
|
||||||
},{
|
},{
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
// const devInterfacePORT = '10005'
|
// const devInterfacePORT = '10005'
|
||||||
// const devIp = '192.168.1.33'
|
// const devIp = '192.168.1.33'
|
||||||
// const devInterfacePORT = '9999'
|
// const devInterfacePORT = '9999'
|
||||||
const devIp = '39.98.140.126'
|
const devIp = '192.168.0.109'
|
||||||
const devInterfacePORT = '4201'
|
const devInterfacePORT = '9999'
|
||||||
// const devIp = '62.234.136.153'
|
// const devIp = '62.234.136.153'
|
||||||
// const devInterfacePORT = '8033'
|
// const devInterfacePORT = '8033'
|
||||||
// 配置 idm 认证
|
// 配置 idm 认证
|
||||||
|
|||||||
Reference in New Issue
Block a user