修改UAT提出的问题
This commit is contained in:
@@ -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(
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user