监管端bug修复:13984、12614

2024年1月24日测试
limingyu 2024-02-03 16:34:30 +08:00
parent 4b703c7913
commit c319ac47a8
8 changed files with 78 additions and 12 deletions

View File

@ -624,7 +624,14 @@ export default {
}, },
// //
goBack() { goBack() {
this.$confirm('确定要退出吗?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$parent.activeName = 'IndexList' this.$parent.activeName = 'IndexList'
}).catch(() => {
})
}, },
// //
getDicList(list, DICTIONARIES_ID) { getDicList(list, DICTIONARIES_ID) {

View File

@ -669,8 +669,15 @@ export default {
}, },
// //
back() { back() {
this.$confirm('确定要退出吗?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$parent.activeName = 'List' this.$parent.activeName = 'List'
this.$parent.OUTSOURCED_ID = '' this.$parent.OUTSOURCED_ID = ''
}).catch(() => {
})
}, },
getUnitsList() { getUnitsList() {
requestFN( requestFN(

View File

@ -208,7 +208,7 @@
<el-input v-model="LONGITUDE" style="width: 200px" placeholder="请输入内容" disabled /> <el-input v-model="LONGITUDE" style="width: 200px" placeholder="请输入内容" disabled />
<span>纬度</span> <span>纬度</span>
<el-input v-model="LATITUDE" style="width: 200px" placeholder="请输入内容" disabled /> <el-input v-model="LATITUDE" style="width: 200px" placeholder="请输入内容" disabled />
<el-button @click="dialogFormMap = false"> </el-button> <el-button @click="goBack"> </el-button>
<el-button type="primary" @click="setPosition"> </el-button> <el-button type="primary" @click="setPosition"> </el-button>
</div> </div>
</el-dialog> </el-dialog>
@ -477,6 +477,16 @@ export default {
this.LATITUDE = this.form.LATITUDE this.LATITUDE = this.form.LATITUDE
this.LONGITUDE = this.form.LONGITUDE this.LONGITUDE = this.form.LONGITUDE
}, },
goBack() {
this.$confirm('确定要退出吗?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.dialogFormMap = false
}).catch(() => {
})
},
getTreeList() { getTreeList() {
requestFN( requestFN(
'/department/listTree/', '/department/listTree/',
@ -548,7 +558,14 @@ export default {
}) })
}, },
back() { back() {
this.$confirm('确定要退出吗?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$parent.activeName = 'CorpInfoList' this.$parent.activeName = 'CorpInfoList'
}).catch(() => {
})
}, },
// //
getDict: function() { getDict: function() {

View File

@ -593,7 +593,14 @@ export default {
}) })
}, },
back() { back() {
this.$confirm('确定要退出吗?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$parent.activeName = 'CorpInfoList' this.$parent.activeName = 'CorpInfoList'
}).catch(() => {
})
}, },
// //
getDict() { getDict() {

View File

@ -872,8 +872,15 @@ export default {
}, },
goBack() { goBack() {
this.$confirm('确定要退出吗?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$parent.INSPECTION_ID = '' this.$parent.INSPECTION_ID = ''
this.$parent.activeName = 'List' this.$parent.activeName = 'List'
}).catch(() => {
})
}, },
// //
getUserList(DEPARTMENT_ID) { getUserList(DEPARTMENT_ID) {

View File

@ -971,8 +971,15 @@ export default {
}, },
goBack() { goBack() {
this.$confirm('确定要退出吗?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$parent.INSPECTION_ID = '' this.$parent.INSPECTION_ID = ''
this.$parent.activeName = 'List' this.$parent.activeName = 'List'
}).catch(() => {
})
}, },
// //
getUserList(DEPARTMENT_ID) { getUserList(DEPARTMENT_ID) {

View File

@ -141,7 +141,14 @@ export default {
}) })
}, },
goBack() { goBack() {
this.$confirm('确定要退出吗?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$parent.activeName = 'List' this.$parent.activeName = 'List'
}).catch(() => {
})
} }
} }
} }

View File

@ -731,7 +731,14 @@ export default {
}) })
}, },
goBack() { goBack() {
this.$confirm('确定要退出吗?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.$parent.activeName = 'List' this.$parent.activeName = 'List'
}).catch(() => {
})
}, },
getCoroInfoAll() { getCoroInfoAll() {
requestFN( requestFN(