|
|
|
@ -226,7 +226,7 @@
|
|
|
|
|
itemImage: true,
|
|
|
|
|
postForm: {
|
|
|
|
|
checkTypeDTOS:[],
|
|
|
|
|
framework:'36625',
|
|
|
|
|
framework:'',
|
|
|
|
|
area:'',
|
|
|
|
|
adduser: [[${user.userName}]],
|
|
|
|
|
depart: [[${user.dept.deptName}]],
|
|
|
|
@ -438,9 +438,7 @@
|
|
|
|
|
type: 'GET',
|
|
|
|
|
data: this.params,
|
|
|
|
|
success: function (res) {
|
|
|
|
|
this.CityList = res.data.filter(function (obj) {
|
|
|
|
|
return obj.id === '36625';
|
|
|
|
|
});
|
|
|
|
|
this.CityList = res.data
|
|
|
|
|
}.bind(this)
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|