修改UAT提出的问题

This commit is contained in:
范强强
2023-10-25 17:33:31 +08:00
parent 581bd6b7b2
commit 6d9446d9b6
@@ -1211,7 +1211,13 @@
methods: {
...mapGetters(['userInfo']),
getQueryDutyTerritory() {
getAction('/params/collectManifest/queryDutyTerritory', { id: this.$route.query.id }).then((res) => {
let url = ''
if(this.$route.query.it){
url = '/params/collectManifest/queryDutyTerritoryHistory'
}else{
url = '/params/collectManifest/queryDutyTerritory'
}
getAction(url, { id: this.$route.query.id }).then((res) => {
if (res.success) {
// res.result.push(
// {